Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 666:0eff8441c4b9 v0.21
Implement iteration support that yields properly jailed configurations for each container item
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 03 Jun 2022 02:17:12 +0200 |
| parents | 0844288d9a8b |
| children | 02a21e689fc1 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jun 03 01:38:04 2022 +0200 +++ b/CHANGES.txt Fri Jun 03 02:17:12 2022 +0200 @@ -20,6 +20,12 @@ path string representation like ``~NNN~`` - **[feature]** + Implement methods :py:meth:`configmix.config.Configuration.iter_jailed` and + :py:meth:`configmix.config._JailedConfiguration.iter_jailed` that yield + properly jailed configurations for container items (for lists and dicts, + no sets). + +- **[feature]** Allow to enable and disable the internal caching - **[feature]**
