changeset 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 baedd2031074
children 5ad3fd49891f
files CHANGES.txt
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
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)
 ~~~~~~~~~~~~~~~~~~~