Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/changes.rst @ 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 | 2a2f5b86fe34 |
| children | 5ec0ae3bb8db |
line wrap: on
line diff
--- a/docs/changes.rst Wed May 05 23:12:01 2021 +0200 +++ b/docs/changes.rst Thu May 06 09:45:51 2021 +0200 @@ -19,12 +19,13 @@ none ---- +- Allow quoting of variables names + - Move some important public constants from :py:mod:`configmix` into the :py:mod:`configmix.constants` module. - This is technically a breaking change while the author does not - believe that any of the current clients is affected by this - change. +These are technically a breaking changes while the author does not +believe that any of the current clients is affected by both changes. 0.9
