[commit: packages/array] master: Prepare for 0.5.2.0 release (9a23fea)
git at git.haskell.org
git at git.haskell.org
Mon Jul 3 22:05:39 UTC 2017
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/9a23feac0b78e713c0f7877066fa24dbc2217c20
>---------------------------------------------------------------
commit 9a23feac0b78e713c0f7877066fa24dbc2217c20
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Jul 4 00:04:30 2017 +0200
Prepare for 0.5.2.0 release
>---------------------------------------------------------------
9a23feac0b78e713c0f7877066fa24dbc2217c20
array.cabal | 2 +-
changelog.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/array.cabal b/array.cabal
index 58b8cf1..1a71bab 100644
--- a/array.cabal
+++ b/array.cabal
@@ -1,5 +1,5 @@
name: array
-version: 0.5.1.2
+version: 0.5.2.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/changelog.md b/changelog.md
index 209f2f0..e537cd0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
# Changelog for [`array` package](http://hackage.haskell.org/package/array)
-## 0.5.1.2 *May 2017*
+## 0.5.2.0 *Jul 2017*
* Bundled with GHC 8.2.1
* Overflow check in `unsafeNewArray` (#229)
+ * Fix and simplify handling of `Bool` arrays
+ * Export `unsafeFreezeIOUArray` from `Data.Array.IO.Internals`
* Drop support for GHC versions prior to GHC 7.8
## 0.5.1.1 *Apr 2016*
More information about the ghc-commits
mailing list