Update 3.9.14 release notes to include #4324

This commit is contained in:
Michael Klishin 2022-03-22 19:36:21 +04:00
parent f181d677e4
commit 4be125deca
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#4256](https://github.com/rabbitmq/rabbitmq-server/pull/4256)
* File handle cache efficiency improvements.
Contributed by @felixhuettner.
GitHub issue: [#4324](https://github.com/rabbitmq/rabbitmq-server/pull/4324)
* Uknown stream properties (e.g. those requested by a node that runs a newer version)
are now handled gracefully.