Skip to content

Commit 2ecb647

Browse files
committed
Update changelog for bytestring-0.12.2.0
1 parent 2ad59ee commit 2ecb647

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,29 @@
1212
* Internal stuff:
1313
-->
1414

15+
[0.12.2.0] — October 2024
16+
17+
* Bug fixes:
18+
* [`Builder`: avoid unsound buffer reuse, introduced in `bytestring-0.11.5.0`](https://github.com/haskell/bytestring/pull/691)
19+
* [Fix several bugs around the `byteString` family of `Builders`](https://github.com/haskell/bytestring/pull/671)
20+
* [Make `Data.ByteString.Lazy.zipWith` properly lazy](https://github.com/haskell/bytestring/pull/668)
21+
* API additions:
22+
* [Add `instance IsList Builder`](https://github.com/haskell/bytestring/pull/672)
23+
* Performance improvements:
24+
* [Remove another dead branch from `toStrict`](https://github.com/haskell/bytestring/pull/663)
25+
* Miscellaneous:
26+
* [Remove support for GHC < 8.4](https://github.com/haskell/bytestring/pull/682)
27+
* Various documentation improvements ([1](https://github.com/haskell/bytestring/pull/683), [2](https://github.com/haskell/bytestring/pull/692))
28+
<!--
29+
* Internal stuff:
30+
* 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))
31+
* [Use `default-extensions` to tidy up a bit](https://github.com/haskell/bytestring/pull/669)
32+
* [Remove `includes` from Cabal file](https://github.com/haskell/bytestring/pull/685)
33+
* [Improve benchmarks for small `Builders`](https://github.com/haskell/bytestring/pull/680)
34+
-->
35+
36+
[0.12.2.0]: https://github.com/haskell/bytestring/compare/0.12.1.0...0.12.2.0
37+
1538
[0.12.1.0] — February 2024
1639

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

0 commit comments

Comments
 (0)