Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 437:bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
- Basic dict-level access for jailed configurations
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 10 Dec 2021 01:33:37 +0100 |
| parents | fa08713a4992 |
| children | bd27da55483a |
line wrap: on
line diff
--- a/CHANGES.txt Fri Dec 10 01:05:34 2021 +0100 +++ b/CHANGES.txt Fri Dec 10 01:33:37 2021 +0100 @@ -12,6 +12,17 @@ Pre-1.0 Series -------------- +n/a (not released) +~~~~~~~~~~~~~~~~~~ + +- **[breaking] [feature}** + Access to a configuration key using dict-level access now does variable + interpolation + +- **[feature]** + Simple dict-level access for jailed configuration + + 0.18.1 (2021-12-10) ~~~~~~~~~~~~~~~~~~~
