14
0

- Update to 0.9.1:

* Compatibility fix for Python 3.8 (issue #125)
  * Fix memory leak in case of failed validation (issue 126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-03-10 10:10:03 +00:00
committed by Git OBS Bridge
parent ca42c89f29
commit 805d9c2770
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 10 10:08:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.1:
* Compatibility fix for Python 3.8 (issue #125)
* Fix memory leak in case of failed validation (issue 126)
-------------------------------------------------------------------
Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>