diff CHANGES.txt @ 384:8c3aaa894089

Implemented Configuration.getfirstintvarl_s(), .getfirstboolvar_s() and .getfirstfloatvarl_s()
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 10 Nov 2021 01:53:50 +0100
parents 5c72da46b8ae
children fd948c62908d
line wrap: on
line diff
--- a/CHANGES.txt	Wed Nov 10 01:53:23 2021 +0100
+++ b/CHANGES.txt	Wed Nov 10 01:53:50 2021 +0100
@@ -17,7 +17,10 @@
 
 - **[feature]** New access methods
   :py:meth:`~configmix.config.Configuration.getfirstvarl`,
-  :py:meth:`~configmix.config.Configuration.getfirstvarl_s`
+  :py:meth:`~configmix.config.Configuration.getfirstvarl_s`,
+  :py:meth:`~configmix.config.Configuration.getfirstintvarl_s`
+  :py:meth:`~configmix.config.Configuration.getfirstboolvarl_s`,
+  :py:meth:`~configmix.config.Configuration.getfirstfloatvarl_s`
 
 - **[feature]** New access method
   py:meth:`~configmix.config.Configuration.getfirstfloatvar_s`