Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 261:b84f8060d54c
More elaborated changelog for the last change.
And technically it is a breaking change.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Jul 2020 08:31:08 +0200 |
| parents | 2cfd670281ae |
| children | f62764292b9d |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 28 01:12:41 2020 +0200 +++ b/CHANGES.txt Tue Jul 28 08:31:08 2020 +0200 @@ -17,11 +17,13 @@ :released: n/a .. change:: - :tags: bugfix + :tags: breaking, feature - Do not set "root", "self" and "here" variables any more. This hinders - proper automatic configuration on some PyPy configurations when using - `genapplib`. + Do not set "root", "self" and "here" variables any more. The old + behaviour hindered proper automatic configuration on some PyPy + configurations when using `genapplib`. + + Only the INI-parser did set this variables automatically. .. changelog:: :version: 0.8.1
