# HG changeset patch # User Franz Glasner # Date 1640076214 -3600 # Node ID 07199a532bf8904eae6765d76bf87884356cb4bd # Parent e43db776f80a6d45711ad424bfeb1fb29ca36f8b Changelog diff -r e43db776f80a -r 07199a532bf8 CHANGES.txt --- a/CHANGES.txt Mon Dec 20 22:46:08 2021 +0100 +++ b/CHANGES.txt Tue Dec 21 09:43:34 2021 +0100 @@ -27,7 +27,11 @@ :py:meth:`configmix.config.Configuration.interpolate_variables` - **[misc]** - Improved overall performance by a factor of 0.25 to 0.3 + Improved overall performance by a factor of 0.25 to 0.3 using + algorithmic changes. + +- **[misc]** + Improved performance by internal caching. - **[bugfix]** Implement :py:meth:`~configmix.config.Configuration.values` and