diff CHANGES.txt @ 320:98490375d90c

Allow variable name quoting to be used in .getvar() and .getvar_s() and references
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 May 2021 09:45:51 +0200
parents 5427ca342c1e
children 87424f4754d1
line wrap: on
line diff
--- a/CHANGES.txt	Wed May 05 23:12:01 2021 +0200
+++ b/CHANGES.txt	Thu May 06 09:45:51 2021 +0200
@@ -15,6 +15,11 @@
 n/a (n/a)
 ~~~~~~~~~
 
+- **[breaking] [feature]**
+  Allowed quoting of variables.
+
+  This is important for variable names that contain ``.``, ``:`` or ``|``.
+
 - **[breaking] [misc]**
   Moved some important public constants from :py:mod:`configmix` into
   the :py:mod:`configmix.constants` module.