Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/changes.rst @ 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 | 16bcd85c7d28 |
| children | 2a2f5b86fe34 |
line wrap: on
line diff
--- a/docs/changes.rst Tue Jul 28 01:12:41 2020 +0200 +++ b/docs/changes.rst Tue Jul 28 08:31:08 2020 +0200 @@ -16,6 +16,18 @@ Breaking Changes ================ +0.9 +--- + +- Do not set "root", "self" and "here" variables any more. This + hinders proper automatic configuration on some PyPy configurations + when using `genapplib`. + + While technically a breaking change no known client is known to + rely on the previous behaviour. + + Any only the INI-parser did set this variables automatically. + 0.8 ---
