summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1789351-102e2e5119be38b4.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1789351-102e2e5119be38b4.yaml b/releasenotes/notes/bug-1789351-102e2e5119be38b4.yaml
new file mode 100644
index 0000000..65f5555
--- /dev/null
+++ b/releasenotes/notes/bug-1789351-102e2e5119be38b4.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - >
+ [`bug 1789351 <https://bugs.launchpad.net/keystonemiddleware/+bug/1789351>`_]
+ Fixed the bug that when initialize `AuthProtocol`, it'll raise "dictionary
+ changed size during iteration" error if the input `CONF` object contains
+ deprecated options.