# HG changeset patch # User Franz Glasner # Date 1595917868 -7200 # Node ID b84f8060d54c201e04e9b5811be24aff96715cce # Parent 2cfd670281ae4cb9aa8d35831dd04e0c012513cc More elaborated changelog for the last change. And technically it is a breaking change. diff -r 2cfd670281ae -r b84f8060d54c CHANGES.txt --- 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 diff -r 2cfd670281ae -r b84f8060d54c docs/changes.rst --- 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 ---