Add release note about new consumer interfaces

Since bc6d87b969 was merged, any
implementations inheriting the base KeyManager class should implement
the two new consumer interfaces. This documents that upgrade impact
so that the note appears in release note.

Change-Id: Id6ba2f3dff279371a13e319773b4579c82338774
This commit is contained in:
Takashi Kajinami 2024-03-04 18:02:39 +09:00
parent 4925356be6
commit d578cbcce9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The KeyManager class now has two new abstract methods, ``add_consumer`` and
``remove_consumer``. Any implementations inheriting the base KeyManager
class should override these two interfaces.