17
0

- Update to 0.9.0:

* Speed up by using the faster LALR parser.
  * Support for trailing comma in JSON to support more developer workflows
    of working with JSON files with comments as config files.
  * Fixes the compatibility issue with lark-parser after a new version was
    released.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-commentjson?expand=0&rev=3
This commit is contained in:
2021-04-08 05:27:48 +00:00
committed by Git OBS Bridge
parent d6663d7dc5
commit 6ca95762ed
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 8 05:26:44 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.9.0:
* Speed up by using the faster LALR parser.
* Support for trailing comma in JSON to support more developer workflows
of working with JSON files with comments as config files.
* Fixes the compatibility issue with lark-parser after a new version was
released.
-------------------------------------------------------------------
Thu Apr 16 08:35:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>