python-commentjson/python-commentjson.changes
Steve Kowalik 6ca95762ed - 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
2021-04-08 05:27:48 +00:00

15 lines
601 B
Plaintext

-------------------------------------------------------------------
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>
- Initial packaging (0.8.2)