comparison CHANGES.txt @ 669:02a21e689fc1 v0.21.1

+++++ v0.21.1
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jun 2022 09:17:25 +0200
parents 0eff8441c4b9
children 006513997cef
comparison
equal deleted inserted replaced
668:fd0d759b11ff 669:02a21e689fc1
10 ========= 10 =========
11 11
12 Pre-1.0 Series 12 Pre-1.0 Series
13 -------------- 13 --------------
14 14
15 n/a (n/a) 15 0.21.1 (2022-06-03)
16 ~~~~~~~~~ 16 ~~~~~~~~~~~~~~~~~~~
17 17
18 - **[feature]** 18 - **[feature]**
19 Enable indexed access to lists in the configuration using an access 19 Enable indexed access to lists in the configuration using an access
20 path string representation like ``~NNN~`` 20 path string representation like ``~NNN~``
21 21
43 For better consistency: use `.getvarl_s()` instead of `.getvarl()` 43 For better consistency: use `.getvarl_s()` instead of `.getvarl()`
44 in the implementation of `__len__()` in jailed configurations. 44 in the implementation of `__len__()` in jailed configurations.
45 45
46 - **[bugfix]** 46 - **[bugfix]**
47 For better TOML compatibility open TOML files with ``encoding=""``. 47 For better TOML compatibility open TOML files with ``encoding=""``.
48
49
50 0.21 (2022-06-03)
51 ~~~~~~~~~~~~~~~~~
52
53 **YANKED** because of release errors.
48 54
49 55
50 0.20.5 (2022-03-07) 56 0.20.5 (2022-03-07)
51 ~~~~~~~~~~~~~~~~~~~ 57 ~~~~~~~~~~~~~~~~~~~
52 58