diff --git a/docs/changelogs/v0.20.md b/docs/changelogs/v0.20.md
index 9809d4703b211fa7dacf1aeaaba13d8b2b4ed9f6..590ef5453a5ab8bcd6daf55d361e18239f0bfb68 100644
--- a/docs/changelogs/v0.20.md
+++ b/docs/changelogs/v0.20.md
@@ -13,6 +13,7 @@
     - [Trace Context support](#trace-context-support)
     - [Removed legacy features](#removed-legacy-features)
   - [`--empty-repo` is now the default](#--empty-repo-is-now-the-default)
+  - [Reminder: `ipfs pubsub` commands and matching HTTP endpoints are deprecated and will be removed](#reminder-ipfs-pubsub-commands-and-matching-http-endpoints-are-deprecated-and-will-be-removed)
 - [๐Ÿ“ Changelog](#-changelog)
 - [๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors](#-contributors)
 
@@ -109,6 +110,10 @@ When creating a repository with `ipfs init`, `--empty-repo=true` is now the defa
 that your repository will be empty by default instead of containing the introduction files.
 You can read more about the rationale behind this decision on the [tracking issue](https://github.com/ipfs/kubo/issues/9757).
 
+#### Reminder: `ipfs pubsub` commands and matching HTTP endpoints are deprecated and will be removed
+
+`ipfs pubsub` commands and all `/api/v0/pubsub/` RPC endpoints and will be removed in the next release. For more information and rational see [#9717](https://github.com/ipfs/kubo/issues/9717).
+
 ### ๐Ÿ“ Changelog
 
 ### ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors