python-tomlkit/python-tomlkit.changes

30 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Nov 28 17:52:19 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to 0.5.8:
- Added support for producing multiline arrays
-------------------------------------------------------------------
Tue Oct 8 09:04:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.7:
* Fixed handling of inline tables.
* Fixed boolean comparison.
* Fixed appending inline tables to tables.
-------------------------------------------------------------------
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>
- Initial spec for v0.5.3