Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 525:be6ef72c55d5
Change Configuration.expand_variable() to Configuration.interpolate_variables()
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 20 Dec 2021 12:43:17 +0100 |
| parents | 45ad19fe1e5b |
| children | 07199a532bf8 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 20 02:00:03 2021 +0100 +++ b/CHANGES.txt Mon Dec 20 12:43:17 2021 +0100 @@ -22,6 +22,10 @@ * :py:meth:`~configmix.config.Configuration.expand_if_reference` * :py:meth:`~configmix.config.Configuration._lookupref` +- **[breaking]** + Change methodname from `expand_variable()` to + :py:meth:`configmix.config.Configuration.interpolate_variables` + - **[misc]** Improved overall performance by a factor of 0.25 to 0.3
