From ef2272a4716fa19e2b322d489724a3ebfc4c8f08 Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Thu, 15 Feb 2024 14:49:54 -0500 Subject: [PATCH] Add hidden entry for #660 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 96bda330e..2dc4b6de6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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