Update 3.9.18 release notes
This commit is contained in:
parent
bdcf8bd4da
commit
4007a88796
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue