Update 3.8.32 release notes

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

View File

@ -55,6 +55,9 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#4799](https://github.com/rabbitmq/rabbitmq-server/issues/4799) GitHub issue: [#4799](https://github.com/rabbitmq/rabbitmq-server/issues/4799)
#### Bug Fixes #### 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.
* `rabbitmqctl set_log_level` documentation clarification. * `rabbitmqctl set_log_level` documentation clarification.