Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 419:079a82129110
Allow the empty variable name to retrieve the root configuration object
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Dec 2021 09:22:22 +0100 |
| parents | bb5f11abd12a |
| children | 212a27cb0fc4 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 02 01:24:53 2021 +0100 +++ b/CHANGES.txt Thu Dec 02 09:22:22 2021 +0100 @@ -16,8 +16,10 @@ ~~~ - **[feature]** + Allow empty variable names in some cases to get the root object of a + configuration. +- **[feature]** Allow to get sub-jails from an already jailed configuration. - - **[feature]** Implement :meth:`~configmix.config.Configuration.getkeysl` and :meth:`~configmix.config.Configuration.getkeys` that return generators
