15
0

- update to 2.3:

* Support setting - for arrays
  * Add join and / operator
  * Fix invalid escape sequences

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=32
This commit is contained in:
2022-06-08 20:06:27 +00:00
committed by Git OBS Bridge
parent 18018d7fb6
commit a98fdbf0bc
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 8 19:59:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Support setting - for arrays
* Add join and / operator
* Fix invalid escape sequences
-------------------------------------------------------------------
Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller <dmueller@suse.com>