# HG changeset patch # User Franz Glasner # Date 1686429191 -7200 # Node ID 4643f801379e8a64a29d51d2001a8e6a096f3197 # Parent dec978cad4d1c23fe4c839518bfc54e8e20645e1 Changelog diff -r dec978cad4d1 -r 4643f801379e CHANGES.txt --- a/CHANGES.txt Sat Jun 10 22:29:57 2023 +0200 +++ b/CHANGES.txt Sat Jun 10 22:33:11 2023 +0200 @@ -23,7 +23,11 @@ Fixed some format string errors in the YAML loader. These errors were only encountered in exception handlers. -- **[doc}** +- **[misc]** + Enhance compatibility with newer Python :py:mod:`setuptools` or :py:mod:`pip`: + Create a basic :file:`pyproject.toml`. + +- **[doc]** Document that jails now support references at their roots: they act like a symbolic link.