comparison CHANGES.txt @ 470:b09b18b146e1

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 16 Dec 2021 09:27:39 +0100
parents b6f2450c782c
children 38e4f91d0c70
comparison
equal deleted inserted replaced
469:02b210a2b022 470:b09b18b146e1
10 ========= 10 =========
11 11
12 Pre-1.0 Series 12 Pre-1.0 Series
13 -------------- 13 --------------
14 14
15 n/a (not released)
16 ~~~~~~~~~~~~~~~~~~
17
18 - **[feature]**
19 Implement "__len__()"-support for jailed configurations.
20 Their container-like interface should now be fairly complete.
21
22
15 0.19.1 (2021-12-15) 23 0.19.1 (2021-12-15)
16 ~~~~~~~~~~~~~~~~~~~ 24 ~~~~~~~~~~~~~~~~~~~
17 25
18 - **[feature]** 26 - **[feature]**
19 Jailed configuration support proper evaluation in boolean context 27 Jailed configuration support proper evaluation in boolean context
23 Fixes for proper exception formatting in many cases 31 Fixes for proper exception formatting in many cases
24 - **[bugfix]** 32 - **[bugfix]**
25 Proper "yield" support for older Python versions 33 Proper "yield" support for older Python versions
26 - **[test]** 34 - **[test]**
27 Test fixes and enhancements 35 Test fixes and enhancements
28 36
29 37
30 0.19.1b1 (2021-12-14) 38 0.19.1b1 (2021-12-14)
31 ~~~~~~~~~~~~~~~~~~~~~ 39 ~~~~~~~~~~~~~~~~~~~~~
32 40
33 - **[feature]** 41 - **[feature]**