comparison CHANGES.txt @ 324:87424f4754d1

Docs: enhanced changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 May 2021 20:55:19 +0200
parents 98490375d90c
children 5ec0ae3bb8db
comparison
equal deleted inserted replaced
323:aac9dcea3446 324:87424f4754d1
16 ~~~~~~~~~ 16 ~~~~~~~~~
17 17
18 - **[breaking] [feature]** 18 - **[breaking] [feature]**
19 Allowed quoting of variables. 19 Allowed quoting of variables.
20 20
21 This is important for variable names that contain ``.``, ``:`` or ``|``. 21 This is mostly important for variable names that contain ``.``,
22 ``:`` or ``|`` but probably useful for characters like ``"` ``'``
23 and ``#`` also.
22 24
23 - **[breaking] [misc]** 25 - **[breaking] [misc]**
24 Moved some important public constants from :py:mod:`configmix` into 26 Moved some important public constants from :py:mod:`configmix` into
25 the :py:mod:`configmix.constants` module. 27 the :py:mod:`configmix.constants` module.
26 28