Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for bytestring-0.12.2.0 #696

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@
* Internal stuff:
-->

[0.12.2.0] — October 2024

* Bug fixes:
* [`Builder`: avoid unsound buffer reuse, introduced in `bytestring-0.11.5.0`](https://github.com/haskell/bytestring/pull/691)
* [Fix several bugs around the `byteString` family of `Builders`](https://github.com/haskell/bytestring/pull/671)
* [Make `Data.ByteString.Lazy.zipWith` properly lazy](https://github.com/haskell/bytestring/pull/668)
* API additions:
* [Add `instance IsList Builder`](https://github.com/haskell/bytestring/pull/672)
* Performance improvements:
* [Remove another dead branch from `toStrict`](https://github.com/haskell/bytestring/pull/663)
* Miscellaneous:
* [Remove support for GHC < 8.4](https://github.com/haskell/bytestring/pull/682)
* Various documentation improvements ([1](https://github.com/haskell/bytestring/pull/683), [2](https://github.com/haskell/bytestring/pull/692))
<!--
* Internal stuff:
* Various CI tweaks ([1](https://github.com/haskell/bytestring/pull/670), [2](https://github.com/haskell/bytestring/pull/681), [3](https://github.com/haskell/bytestring/pull/686), [4](https://github.com/haskell/bytestring/pull/656), [5](https://github.com/haskell/bytestring/pull/693))
* [Use `default-extensions` to tidy up a bit](https://github.com/haskell/bytestring/pull/669)
* [Remove `includes` from Cabal file](https://github.com/haskell/bytestring/pull/685)
* [Improve benchmarks for small `Builders`](https://github.com/haskell/bytestring/pull/680)
-->

[0.12.2.0]: https://github.com/haskell/bytestring/compare/0.12.1.0...0.12.2.0

[0.12.1.0] — February 2024

* [Provisional support has been added for using `bytestring` with GHC's JavaScript back-end.](https://github.com/haskell/bytestring/pull/631)
Expand Down
Loading