14
0

- update to 0.12.4:

* Support `|` and `|=` operator for tables, and support `+` and
    `+=` operator for arrays.
  * Fix an index error when setting dotted keys in a table.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=37
This commit is contained in:
2024-03-13 10:17:29 +00:00
committed by Git OBS Bridge
parent c60b062b4c
commit a3cd6bf689
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 13 10:17:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.4:
* Support `|` and `|=` operator for tables, and support `+` and
`+=` operator for arrays.
* Fix an index error when setting dotted keys in a table.
-------------------------------------------------------------------
Mon Nov 27 16:10:05 UTC 2023 - Dirk Müller <dmueller@suse.com>