Skip to content

Commit

Permalink
Changelog: fix module for create* (#600)
Browse files Browse the repository at this point in the history
(noticed while verifying every 0.11.5 item was already backported)
  • Loading branch information
clyring authored Jul 6, 2023
1 parent 470b6e3 commit bb31ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

* Bug fixes:
* [Fix multiple bugs with ASCII blocks in the SIMD implementations for `isValidUtf8`](https://github.com/haskell/bytestring/pull/582)
* [Prevent unsound optimizations with the `Data.ByteString.create*` family of functions](https://github.com/haskell/bytestring/pull/580)
* [Prevent unsound optimizations with the `Data.ByteString.Internal.create*` family of functions](https://github.com/haskell/bytestring/pull/580)
* API additions:
* [`Data.ByteString.Internal` now provides `mkDeferredByteString` and `deferForeignPtrAvailability`](https://github.com/haskell/bytestring/pull/580)
* Deprecations:
Expand Down

0 comments on commit bb31ef1

Please sign in to comment.