Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 376:c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 11 Jul 2021 19:07:19 +0200 |
| parents | c404e5548e4b |
| children | 5ad3fd49891f |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jul 11 17:28:31 2021 +0200 +++ b/CHANGES.txt Sun Jul 11 19:07:19 2021 +0200 @@ -12,6 +12,16 @@ Pre-1.0 Series -------------- +0.16 (not yet) +~~~~~~~~~~~~~~ + +- **[feature]** New access methods + :py:meth:`~configmix.config.Configuration.getfirstvar`, + :py:meth:`~configmix.config.Configuration.getfirstvar_s`, + :py:meth:`~configmix.config.Configuration.getfirstintvar_s` and + :py:meth:`~configmix.config.Configuration.getfirstboolvar_s` + + 0.15.1 (2021-07-09) ~~~~~~~~~~~~~~~~~~~
