14
0

- update to 0.11.8:

* Remove the extra indentations added when parsing nested sub-
    tables.
  * Ignore the CRLF immediately following a multiple basic string
    opening.
  * Stringifying subtables and nested tables in arrays of tables.
  * Messed table structure when building a table with dotted
    keys.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=31
This commit is contained in:
2023-05-14 09:48:47 +00:00
committed by Git OBS Bridge
parent 576f42b42a
commit b9335682c0
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 14 09:47:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.11.8:
* Remove the extra indentations added when parsing nested sub-
tables.
* Ignore the CRLF immediately following a multiple basic string
opening.
* Stringifying subtables and nested tables in arrays of tables.
* Messed table structure when building a table with dotted
keys.
-------------------------------------------------------------------
Tue Apr 25 15:22:47 UTC 2023 - Matej Cepl <mcepl@suse.com>