# HG changeset patch # User Franz Glasner # Date 1686428667 -7200 # Node ID e06c4480b7d74a50c522a5a341ea2412f5643160 # Parent 127d38c3b309ae19245ee82eddcdda3050a466c9 FIX: Docu for references at jail roots diff -r 127d38c3b309 -r e06c4480b7d7 CHANGES.txt --- a/CHANGES.txt Sat Jun 10 22:17:28 2023 +0200 +++ b/CHANGES.txt Sat Jun 10 22:24:27 2023 +0200 @@ -15,11 +15,6 @@ n/a ~~~ -- **[feature}** - Jails now support references at their roots: they act like a symbolic link. - This can be controlled by a new `resolve_ref` keyword argument to - :py:meth:`configmix.config.Configuration.jailed`. - - **[feature]** The installer got now an extra "sasl" that requires :py:mod:`passlib`. This package is needed by the filter :py:func:`saslprep`. @@ -28,6 +23,10 @@ Fixed some format string errors in the YAML loader. These errors were only encountered in exception handlers. +- **[doc}** + Document that jails now support references at their roots: they act + like a symbolic link. + 0.21.2 (2023-04-12) ~~~~~~~~~~~~~~~~~~~