comparison CHANGES.txt @ 689:e06c4480b7d7

FIX: Docu for references at jail roots
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 10 Jun 2023 22:24:27 +0200
parents 127d38c3b309
children 4643f801379e
comparison
equal deleted inserted replaced
688:127d38c3b309 689:e06c4480b7d7
13 -------------- 13 --------------
14 14
15 n/a 15 n/a
16 ~~~ 16 ~~~
17 17
18 - **[feature}**
19 Jails now support references at their roots: they act like a symbolic link.
20 This can be controlled by a new `resolve_ref` keyword argument to
21 :py:meth:`configmix.config.Configuration.jailed`.
22
23 - **[feature]** 18 - **[feature]**
24 The installer got now an extra "sasl" that requires :py:mod:`passlib`. 19 The installer got now an extra "sasl" that requires :py:mod:`passlib`.
25 This package is needed by the filter :py:func:`saslprep`. 20 This package is needed by the filter :py:func:`saslprep`.
26 21
27 - **[bugfix]** 22 - **[bugfix]**
28 Fixed some format string errors in the YAML loader. These errors were only 23 Fixed some format string errors in the YAML loader. These errors were only
29 encountered in exception handlers. 24 encountered in exception handlers.
25
26 - **[doc}**
27 Document that jails now support references at their roots: they act
28 like a symbolic link.
30 29
31 30
32 0.21.2 (2023-04-12) 31 0.21.2 (2023-04-12)
33 ~~~~~~~~~~~~~~~~~~~ 32 ~~~~~~~~~~~~~~~~~~~
34 33