17
0

- update to 1.28:

* Make it possible for from_diff to support custom types (issue #107) 
  * Python 3.9 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=41
This commit is contained in:
2020-12-20 09:52:52 +00:00
committed by Git OBS Bridge
parent e542fc7f67
commit 0b60de2cbf
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 1.28:
* Make it possible for from_diff to support custom types (issue #107)
* Python 3.9 support
-------------------------------------------------------------------
Tue Aug 4 16:19:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>