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)

(cherry picked from commit bb31ef1)
  • Loading branch information
clyring committed Jul 6, 2023
1 parent bc9356a commit 980206c
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 @@ -2,7 +2,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 980206c

Please sign in to comment.