Skip to content

Commit 1fe8aa8

Browse files
committed
Update change log
1 parent 8276135 commit 1fe8aa8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Python JSONPath Change Log
22

3+
## Version 1.3.1 (unreleased)
4+
5+
**Fixes**
6+
7+
- Fixed the non-standard JSON Patch operation, `addap`. Previously it was behaving like `addne`. See [#81](https://github.com/jg-rp/python-jsonpath/pull/81).
8+
- Fixed JSON Patch ops that operate on mappings and have a target that looks like an int. We now ensure the target is a string. See [#82](https://github.com/jg-rp/python-jsonpath/pull/82).
9+
310
## Version 1.3.0
411

512
**Fixes**

0 commit comments

Comments
 (0)