Update 3.10.2 release notes

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

View File

@ -50,6 +50,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.
* `rabbitmqctl set_log_level` documentation clarification.
Contributed by Péter @gomoripeti Gömöri (CloudAMQP).