comparison CHANGES.txt @ 320:98490375d90c

Allow variable name quoting to be used in .getvar() and .getvar_s() and references
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 May 2021 09:45:51 +0200
parents 5427ca342c1e
children 87424f4754d1
comparison
equal deleted inserted replaced
319:5427ca342c1e 320:98490375d90c
12 Pre-1.0 Series 12 Pre-1.0 Series
13 -------------- 13 --------------
14 14
15 n/a (n/a) 15 n/a (n/a)
16 ~~~~~~~~~ 16 ~~~~~~~~~
17
18 - **[breaking] [feature]**
19 Allowed quoting of variables.
20
21 This is important for variable names that contain ``.``, ``:`` or ``|``.
17 22
18 - **[breaking] [misc]** 23 - **[breaking] [misc]**
19 Moved some important public constants from :py:mod:`configmix` into 24 Moved some important public constants from :py:mod:`configmix` into
20 the :py:mod:`configmix.constants` module. 25 the :py:mod:`configmix.constants` module.
21 26