Update 3.9.18 release notes

This commit is contained in:
Michael Klishin 2022-05-20 01:19:37 +04:00
parent bdcf8bd4da
commit 4007a88796
No known key found for this signature in database
GPG Key ID: 8ADA141E1AD87C94
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Bug Fixes
* CLI tools failed to run on Erlang 25 because of an old version of Elixir (compiled on Erlang 21)
was used in the release pipeline. Erlang 25 no longer loads modules
compiled on Erlang 21 or older.
* Default log level used a four-character severity abbreviation instead of more
common longer format, for example, `warn` instead of `warning`.