Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 314:043a6412be3c
Implemented new access methods .getvarl() and .getvarl_s
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 05 May 2021 01:32:07 +0200 |
| parents | f529ca46dd50 |
| children | 5427ca342c1e |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 29 08:43:15 2021 +0200 +++ b/CHANGES.txt Wed May 05 01:32:07 2021 +0200 @@ -28,6 +28,13 @@ Configuration tree references are implemented in the ``ref`` namespace + .. change:: + :tags: feature + + Implemented new access methods + :py:meth:`configmix.config.Configuration.getvarl` and + :py:meth:`configmix.config.Configuration.getvarl_s` + .. changelog:: :version: 0.13 :released: 2021-04-21
