# HG changeset patch # User Franz Glasner # Date 1641889199 -3600 # Node ID be25b1ae693d3ff38dfa921610579b2413f278da # Parent e55a42144ba9073d20ef116e955f388dbfc4fcb5 Changelog diff -r e55a42144ba9 -r be25b1ae693d CHANGES.txt --- a/CHANGES.txt Tue Jan 11 02:50:17 2022 +0100 +++ b/CHANGES.txt Tue Jan 11 09:19:59 2022 +0100 @@ -19,6 +19,12 @@ The source distribution archive file did not contain any of the `__init__.py` files because of a bogus entry in :file:`MANIFEST.in`. +- **[feature]** + More speedsups by implementing + :py:meth:`~configmix.config.Configuration.getvarl` and + :py:meth:`~configmix.config.Configuration.getvar_s` within the + C-extension also. + 0.20.1 (2022-01-10) ~~~~~~~~~~~~~~~~~~~