Skip to content

Commit

Permalink
Bump to 0.10.8.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Nov 13, 2016
1 parent 29928ae commit ab2baae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
@@ -1,3 +1,12 @@
0.10.8.2 (current dev version)

* Make readFile work for files with no size like /dev/null
* Extend the cases in which concat and toStrict can avoid copying data
* Fix building with ghc-7.0
* Minor documentation improvements
* Internal code cleanups


0.10.8.1 Duncan Coutts <duncan@community.haskell.org> May 2016

* Fix Builder output on big-endian architectures
Expand Down
2 changes: 1 addition & 1 deletion bytestring.cabal
@@ -1,5 +1,5 @@
Name: bytestring
Version: 0.10.8.1
Version: 0.10.8.2
Synopsis: Fast, compact, strict and lazy byte strings with a list interface
Description:
An efficient compact, immutable byte string type (both strict and lazy)
Expand Down

0 comments on commit ab2baae

Please sign in to comment.