diff 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
line wrap: on
line diff
--- 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)
 ~~~~~~~~~~~~~~~~~~~