Add #9937 to 3.12.9 release notes
This commit is contained in:
parent
1104af9f2b
commit
e4215d9718
|
@ -21,6 +21,17 @@ the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases
|
|||
|
||||
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.12.x/release-notes).
|
||||
|
||||
### Core Broker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* When a topic permission was deleted, an [internal event](https://rabbitmq.com/logging.html#internal-events) of type `permission.deleted`
|
||||
was emitted in some cases, instead of `topic.permission.deleted`.
|
||||
|
||||
Investigated by @bedia.
|
||||
|
||||
GitHub issue: [#9937](https://github.com/rabbitmq/rabbitmq-server/issues/9937)
|
||||
|
||||
|
||||
### Shovel Plugin
|
||||
|
||||
|
|
Loading…
Reference in New Issue