Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 260:2cfd670281ae
Do not set "root", "self" and "here" variables any more.
This hinders proper automatic configuration on some PyPy configurations
when using `genapplib`.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Jul 2020 01:12:41 +0200 |
| parents | 428158054729 |
| children | b84f8060d54c |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jul 08 10:36:55 2020 +0200 +++ b/CHANGES.txt Tue Jul 28 01:12:41 2020 +0200 @@ -13,6 +13,17 @@ -------------- .. changelog:: + :version: n/a + :released: n/a + + .. change:: + :tags: bugfix + + Do not set "root", "self" and "here" variables any more. This hinders + proper automatic configuration on some PyPy configurations when using + `genapplib`. + +.. changelog:: :version: 0.8.1 :released: 2020-07-08
