diff --git a/releasenotes/notes/crypt-utils-de46bd8fe835dc98.yaml b/releasenotes/notes/crypt-utils-de46bd8fe835dc98.yaml new file mode 100644 index 00000000..efebb160 --- /dev/null +++ b/releasenotes/notes/crypt-utils-de46bd8fe835dc98.yaml @@ -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``