comparison CHANGES.txt @ 653:211288645f02

For better TOML compatibility open TOML files with encoding=""
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 19 May 2022 21:17:39 +0200
parents ca8bba673200
children 0d6673d06c2c
comparison
equal deleted inserted replaced
652:64cf6710c0db 653:211288645f02
19 Allow to enable and disable the internal caching 19 Allow to enable and disable the internal caching
20 20
21 - **[bugfix]** 21 - **[bugfix]**
22 For better consistency: use `.getvarl_s()` instead of `.getvarl()` 22 For better consistency: use `.getvarl_s()` instead of `.getvarl()`
23 in the implementation of `__len__()` in jailed configurations. 23 in the implementation of `__len__()` in jailed configurations.
24
25 - **[bugfix]**
26 For better TOML compatibility open TOML files with ``encoding=""``.
24 27
25 28
26 0.20.5 (2022-03-07) 29 0.20.5 (2022-03-07)
27 ~~~~~~~~~~~~~~~~~~~ 30 ~~~~~~~~~~~~~~~~~~~
28 31