# HG changeset patch # User Franz Glasner # Date 1626023239 -7200 # Node ID c2e427d4920913213121b7c96b0691b93782a6bf # Parent baedd2031074edc8412964531700044fdf84a360 Put the newly implemented access methods getfirstXXX() into the changelog diff -r baedd2031074 -r c2e427d49209 CHANGES.txt --- 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) ~~~~~~~~~~~~~~~~~~~