From 8e699b23beb7f2ce54a01ca9cc00e9fe39a25b26 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Wed, 9 Aug 2023 16:26:40 +0100 Subject: [PATCH] base: Add changelog entry for CLC #188 This proposal modified the implementations of copyBytes, moveBytes and fillBytes (as detailed in the proposal) https://github.com/haskell/core-libraries-committee/issues/188 --- libraries/base/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index ae658acaff8e..2bdc9bb979ca 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -41,6 +41,7 @@ * Make `Semigroup`'s `stimes` specializable. ([CLC proposal #8](https://github.com/haskell/core-libraries-committee/issues/8)) * Deprecate `Data.List.NonEmpty.unzip` ([CLC proposal #86](https://github.com/haskell/core-libraries-committee/issues/86)) * Fixed exponent overflow/underflow bugs in the `Read` instances for `Float` and `Double` ([CLC proposal #192](https://github.com/haskell/core-libraries-committee/issues/192)) + * Implement `copyBytes`, `fillBytes`, `moveBytes` and `stimes` for `Data.Array.Byte.ByteArray` using primops ([CLC proposal #188](https://github.com/haskell/core-libraries-committee/issues/188)) ## 4.18.0.0 *March 2023* * Shipped with GHC 9.6.1 -- GitLab