comparison CHANGES.txt @ 604:be25b1ae693d

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 11 Jan 2022 09:19:59 +0100
parents a150aa60d983
children 0db860d649d1
comparison
equal deleted inserted replaced
603:e55a42144ba9 604:be25b1ae693d
16 ~~~~~~~~~~~~~~~~~~ 16 ~~~~~~~~~~~~~~~~~~
17 17
18 - **[bugfix]** 18 - **[bugfix]**
19 The source distribution archive file did not contain any of the 19 The source distribution archive file did not contain any of the
20 `__init__.py` files because of a bogus entry in :file:`MANIFEST.in`. 20 `__init__.py` files because of a bogus entry in :file:`MANIFEST.in`.
21
22 - **[feature]**
23 More speedsups by implementing
24 :py:meth:`~configmix.config.Configuration.getvarl` and
25 :py:meth:`~configmix.config.Configuration.getvar_s` within the
26 C-extension also.
21 27
22 28
23 0.20.1 (2022-01-10) 29 0.20.1 (2022-01-10)
24 ~~~~~~~~~~~~~~~~~~~ 30 ~~~~~~~~~~~~~~~~~~~
25 31