# HG changeset patch # User Franz Glasner # Date 1686554514 -7200 # Node ID 2848e0212a3d5ef90253f9805f99ed839ff58f08 # Parent db764da37cd2edb1754838a4b3f389ae0715df2b Changelog diff -r db764da37cd2 -r 2848e0212a3d CHANGES.txt --- a/CHANGES.txt Sun Jun 11 16:47:29 2023 +0200 +++ b/CHANGES.txt Mon Jun 12 09:21:54 2023 +0200 @@ -15,15 +15,15 @@ n/a ~~~ -- **[feature]** - The installer got now an extra "sasl" that requires :py:mod:`passlib`. - This package is needed by the filter :py:func:`saslprep`. - - **[bugfix]** Fixed some format string errors in the YAML loader. These errors were only encountered in exception handlers. - **[misc]** + The installer got now an extra "sasl" that requires :py:mod:`passlib`. + This package is needed by the filter :py:func:`saslprep`. + +- **[misc]** Enhance compatibility with newer Python :py:mod:`setuptools` or :py:mod:`pip`: Create a basic :file:`pyproject.toml`.