summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml')
-rw-r--r--releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml b/releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml
new file mode 100644
index 0000000..67d163c
--- /dev/null
+++ b/releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ The ``oslo_utils.fnmatch`` module has been removed. The stdlib ``fnmatch``
+ module is thread safe in Python 3+.