Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 412:816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
This is done be refactoring Configuration and putting the coercing
methods into a common mixin.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 20 Nov 2021 13:52:08 +0100 |
| parents | 2fc2e0bd0a56 |
| children | ed24edf9ecf7 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Nov 19 15:52:01 2021 +0100 +++ b/CHANGES.txt Sat Nov 20 13:52:08 2021 +0100 @@ -12,6 +12,14 @@ Pre-1.0 Series -------------- +none +~~~~ + +- **[feature]** + Complete the set of configuration retrieval methods for the jailed + configuration. + + 0.17b2 (2021-11-19) ~~~~~~~~~~~~~~~~~~~
