Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 324:87424f4754d1
Docs: enhanced changelog
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 May 2021 20:55:19 +0200 |
| parents | 98490375d90c |
| children | 5ec0ae3bb8db |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 06 20:48:27 2021 +0200 +++ b/CHANGES.txt Thu May 06 20:55:19 2021 +0200 @@ -18,7 +18,9 @@ - **[breaking] [feature]** Allowed quoting of variables. - This is important for variable names that contain ``.``, ``:`` or ``|``. + This is mostly important for variable names that contain ``.``, + ``:`` or ``|`` but probably useful for characters like ``"` ``'`` + and ``#`` also. - **[breaking] [misc]** Moved some important public constants from :py:mod:`configmix` into
