More 3.12.11 release note type and grammar fixes

This commit is contained in:
Michael Klishin 2023-12-22 22:00:17 -05:00
parent c183c13987
commit b0c8f33f04
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
* Definition files that are virtual host-specific cannot be imported on boot. Such files will now be
detected early and the import process will terminate after logging a more informative message.
Previous the import process would run into an obscure exception.
Previously the import process would run into an obscure exception.
GitHub issues: [#10068](https://github.com/rabbitmq/rabbitmq-server/issues/10068), [#10085](https://github.com/rabbitmq/rabbitmq-server/pull/10085)
@ -96,7 +96,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Bug Fixes
* Certain CLI commands could not be performed in a shell script loop, unless the script explicitly
* Certain CLI commands could not be run in a shell script loop, unless the script explicitly
redirected standard input.
GitHub issue: [#10131](https://github.com/rabbitmq/rabbitmq-server/pull/10131)
@ -132,7 +132,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Enhancements
* HTTP API endpoints that involve contacting multiple nodes
* HTTP API endpoints that involves contacting multiple nodes now respond much quicker when a cluster node
has gone down, were shut down, or otherwise has become unreachable by the rest of the cluster
GitHub issue: [#10123](https://github.com/rabbitmq/rabbitmq-server/pull/10123)