- Update to 0.5.7:

* Fixed handling of inline tables.
  * Fixed boolean comparison.
  * Fixed appending inline tables to tables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-10-08 09:06:16 +00:00
committed by Git OBS Bridge
parent bd3d35aba8
commit 33b3e5dc2b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>