[commit: packages/bytestring] master: Update changelog for 0.10.8.0 (0ee4596)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:44:15 UTC 2016


Repository : ssh://git@git.haskell.org/bytestring

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/0ee45965232f6838d5bbbf9f0fe666a32a79a6da

>---------------------------------------------------------------

commit 0ee45965232f6838d5bbbf9f0fe666a32a79a6da
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Tue May 3 23:40:35 2016 +0100

    Update changelog for 0.10.8.0


>---------------------------------------------------------------

0ee45965232f6838d5bbbf9f0fe666a32a79a6da
 Changelog.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Changelog.md b/Changelog.md
index 5f4e644..f162650 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,9 @@
+0.10.8.0 Duncan Coutts <duncan at community.haskell.org> May 2016
+
+ * Use Rabin-Karp substring search for `breakSubstring` and `findSubstring`
+ * Improve the performance of `partition` for lazy and strict bytestrings
+ * Added `stripPrefix` and `stripSuffix` for lazy and strict bytestrings
+ * Fix building with ghc 8.0 & base 4.9 (Semigroup etc)
 
 0.10.6.0 Duncan Coutts <duncan at community.haskell.org> Mar 2015
 



More information about the ghc-commits mailing list