comparison CHANGES.txt @ 305:f529ca46dd50

Implemented the "ref" namespace to get configuration tree references. BUGS: - Tests should be done more thoroughly and extensively - Interaction of tree references and variable substitution should be tested more properly - Documentation is missing yet
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 26 Apr 2021 09:42:42 +0200
parents 2a2f5b86fe34
children 043a6412be3c
comparison
equal deleted inserted replaced
304:d8361dd70d2d 305:f529ca46dd50
19 .. change:: 19 .. change::
20 :tags: breaking, misc 20 :tags: breaking, misc
21 21
22 Moved some important public constants from :py:mod:`configmix` 22 Moved some important public constants from :py:mod:`configmix`
23 into the :py:mod:`configmix.constants` module. 23 into the :py:mod:`configmix.constants` module.
24
25 .. change::
26 :tags: feature
27
28 Configuration tree references are implemented in the ``ref``
29 namespace
24 30
25 .. changelog:: 31 .. changelog::
26 :version: 0.13 32 :version: 0.13
27 :released: 2021-04-21 33 :released: 2021-04-21
28 34