Skip to content

Commit

Permalink
Add hidden entry for haskell#660
Browse files Browse the repository at this point in the history
  • Loading branch information
clyring committed Feb 15, 2024
1 parent cd6dea7 commit ef2272a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
* [Use `NonEmpty` to prune dead code in `integerDec`](https://github.com/haskell/bytestring/pull/655)
* This might have a performance impact due to result unboxing (CPR).
* [Consolidate internal CPP for byte-order/endianness](https://github.com/haskell/bytestring/pull/659)
* [Remove remaining uses of FFI under -fpure-haskell](https://github.com/haskell/bytestring/pull/660)
* Doesn't warrant a separate visible changelog entry from #631.
-->

[0.12.1.0]: https://github.com/haskell/bytestring/compare/0.12.0.2...0.12.1.0
Expand Down

0 comments on commit ef2272a

Please sign in to comment.