comparison 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
comparison
equal deleted inserted replaced
260:2cfd670281ae 261:b84f8060d54c
15 .. changelog:: 15 .. changelog::
16 :version: n/a 16 :version: n/a
17 :released: n/a 17 :released: n/a
18 18
19 .. change:: 19 .. change::
20 :tags: bugfix 20 :tags: breaking, feature
21 21
22 Do not set "root", "self" and "here" variables any more. This hinders 22 Do not set "root", "self" and "here" variables any more. The old
23 proper automatic configuration on some PyPy configurations when using 23 behaviour hindered proper automatic configuration on some PyPy
24 `genapplib`. 24 configurations when using `genapplib`.
25
26 Only the INI-parser did set this variables automatically.
25 27
26 .. changelog:: 28 .. changelog::
27 :version: 0.8.1 29 :version: 0.8.1
28 :released: 2020-07-08 30 :released: 2020-07-08
29 31