diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index 46eec3aa5f..6118715397 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -84,6 +84,12 @@ Other Changes * Idle clusters will fsync much less frequently. `(PR #1697) `_. * CMake is now the official build system. The Makefile based build system is deprecated. +Fixes only impacting 6.2.0+ +--------------------------- + +* Clients could crash when closing connections with incompatible servers. [6.2.1] `(PR #1976) `_. +* Do not close idle network connections with incompatible servers. [6.2.1] `(PR #1976) `_. + Earlier release notes --------------------- * :doc:`6.1 (API Version 610) `