14
0

- update to 0.11.4:

* Fix a memory leak caused by `lru_cache` on methods.
  * Fix a regression issue that copying an array results in extra `None` items.
  * Fix a regression of `array.add_line` that it incorrectly adds a comma to
    non-value lines.
  * Fix adding float to an integer value.
  * Keep the end-of-array style when adding items to or removing items from an array.
  * Fix a bug of redundant table header shown when removing children from a
    super table.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=19
This commit is contained in:
2022-09-24 16:13:44 +00:00
committed by Git OBS Bridge
parent 2ab0fbe7ad
commit 52a262d87e
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Sep 24 16:11:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.11.4:
* Fix a memory leak caused by `lru_cache` on methods.
* Fix a regression issue that copying an array results in extra `None` items.
* Fix a regression of `array.add_line` that it incorrectly adds a comma to
non-value lines.
* Fix adding float to an integer value.
* Keep the end-of-array style when adding items to or removing items from an array.
* Fix a bug of redundant table header shown when removing children from a
super table.
-------------------------------------------------------------------
Wed Jul 13 15:36:09 UTC 2022 - Ben Greiner <code@bnavigator.de>