Merge "Add a release note about the new crypt utilities"

This commit is contained in:
Zuul 2024-11-27 15:58:57 +00:00 committed by Gerrit Code Review
commit 6670da3647

View File

@ -0,0 +1,9 @@
---
features:
- |
The following utility functions have been added to
the ``oslo_utils.secretutils`` module. These can be used to replace
the built-in ``crypt`` module which was removed in Python 3.13.
- ``crypt_password``
- ``crypt_mksalt``