Add a release note about the new crypt utilities

Change-Id: I62e6cca54a46b6faf96ed4a2a038efc60b5653ed
This commit is contained in:
Takashi Kajinami 2024-11-27 22:35:45 +09:00
parent bc432f7502
commit 11c29a36d9

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``