comparison 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
comparison
equal deleted inserted replaced
260:2cfd670281ae 261:b84f8060d54c
13 13
14 .. _api-changes: 14 .. _api-changes:
15 15
16 Breaking Changes 16 Breaking Changes
17 ================ 17 ================
18
19 0.9
20 ---
21
22 - Do not set "root", "self" and "here" variables any more. This
23 hinders proper automatic configuration on some PyPy configurations
24 when using `genapplib`.
25
26 While technically a breaking change no known client is known to
27 rely on the previous behaviour.
28
29 Any only the INI-parser did set this variables automatically.
18 30
19 31
20 0.8 32 0.8
21 --- 33 ---
22 34