diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index ae658acaff8edb8298394d7a437c35418d29d29b..2bdc9bb979ca844ab17ceb839161f66ef19ee7f9 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