diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index dff758d8adf0ec103fcb1323aac3422af7dbeabb..86342a4005a2389fc7bee0f13a15f88c2bbf8c19 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -34,6 +34,7 @@
the context since it will be redundant. These functions are mostly useful
for libraries that define exception-handling combinators like `catch` and
`onException`, such as `base`, or the `exceptions` package.
+ * Move `Lift ByteArray` and `Lift Fixed` instances into `base` from `template-haskell`. See [CLC proposal #287](https://github.com/haskell/core-libraries-committee/issues/287).
## 4.20.0.0 May 2024
* Shipped with GHC 9.10.1
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index cb6c559b9f47630a53fe435be30d159ede916050..18c9f30aedfa5faf83e56027d0581e4d080e4272 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -4,6 +4,7 @@
* Extend `Exp` with `ForallE`, `ForallVisE`, `ConstraintedE`,
introduce functions `forallE`, `forallVisE`, `constraintedE` (GHC Proposal #281).
+ * `template-haskell` is no longer wired-in. All wired-in identifiers have been moved to `ghc-internal`.
## 2.22.1.0