diff --git a/src/current/_includes/releases/v22.2/v22.2.19.md b/src/current/_includes/releases/v22.2/v22.2.19.md
index 26ae417c13d..8c5b4b37b92 100644
--- a/src/current/_includes/releases/v22.2/v22.2.19.md
+++ b/src/current/_includes/releases/v22.2/v22.2.19.md
@@ -7,13 +7,15 @@ Release Date: February 26, 2024
Bug fixes
- Previously, querying the [`crdb_internal.leases` table](https://www.cockroachlabs.com/docs/v22.2/crdb-internal) could cause a [node](https://www.cockroachlabs.com/docs/v22.2/ui-cluster-overview-page#node-status) to become unavailable due to a deadlock in the leasing subsystem. This is now fixed. [#119463][#119463]
+- Fixed a bug where [rangefeed](https://www.cockroachlabs.com/docs/v22.2/create-and-configure-changefeeds#enable-rangefeeds) resolved timestamps could get stuck, continually emitting the log message `pushing old intents failed: range barrier failed, range split`, typically following a [range merge](https://www.cockroachlabs.com/docs/v22.2/architecture/distribution-layer.html#range-merges). This bug was introduced in v22.2.18.
Contributors
-This release includes 1 merged PR by 1 author.
+This release includes 2 merged PRs by 2 authors.
[#119463]: https://github.com/cockroachdb/cockroach/pull/119463
+[#119545]: https://github.com/cockroachdb/cockroach/pull/119545