14
0

- Update to 0.5.5:

* Fixed display of inline tables after element deletion.
  * Fixed the handling of inline tables.
  * Fixed date, datetime and time handling on Python 3.8.
  * Fixed behavior for sub table declaration with intermediate tables.
  * Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
  * Fixed tables string representation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-07-22 12:38:50 +00:00
committed by Git OBS Bridge
parent 14a200ed88
commit b95e7ce7f0
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 22 12:36:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.5:
* Fixed display of inline tables after element deletion.
* Fixed the handling of inline tables.
* Fixed date, datetime and time handling on Python 3.8.
* Fixed behavior for sub table declaration with intermediate tables.
* Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
* Fixed tables string representation.
-------------------------------------------------------------------
Fri Mar 1 01:20:15 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>