Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 418:bb5f11abd12a
Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Dec 2021 01:24:53 +0100 |
| parents | 83d537f1dfbb |
| children | 079a82129110 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Dec 01 23:10:20 2021 +0100 +++ b/CHANGES.txt Thu Dec 02 01:24:53 2021 +0100 @@ -18,6 +18,11 @@ - **[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 + over all keys of a configuration value + 0.17 (2021-11-22) ~~~~~~~~~~~~~~~~~
