comparison CHANGES.txt @ 693:2848e0212a3d

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 12 Jun 2023 09:21:54 +0200
parents 4643f801379e
children cce494edd752
comparison
equal deleted inserted replaced
692:db764da37cd2 693:2848e0212a3d
13 -------------- 13 --------------
14 14
15 n/a 15 n/a
16 ~~~ 16 ~~~
17 17
18 - **[feature]** 18 - **[bugfix]**
19 Fixed some format string errors in the YAML loader. These errors were only
20 encountered in exception handlers.
21
22 - **[misc]**
19 The installer got now an extra "sasl" that requires :py:mod:`passlib`. 23 The installer got now an extra "sasl" that requires :py:mod:`passlib`.
20 This package is needed by the filter :py:func:`saslprep`. 24 This package is needed by the filter :py:func:`saslprep`.
21
22 - **[bugfix]**
23 Fixed some format string errors in the YAML loader. These errors were only
24 encountered in exception handlers.
25 25
26 - **[misc]** 26 - **[misc]**
27 Enhance compatibility with newer Python :py:mod:`setuptools` or :py:mod:`pip`: 27 Enhance compatibility with newer Python :py:mod:`setuptools` or :py:mod:`pip`:
28 Create a basic :file:`pyproject.toml`. 28 Create a basic :file:`pyproject.toml`.
29 29