Skip to content

Commit 205255f

Browse files
committed
Forgot to update release notes
1 parent bb35e7b commit 205255f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ JSON library.
1717
2.13.0 (not yet released)
1818

1919
#664: Add `StreamWriteException` type to eventually replace `JsonGenerationException`
20-
#671: Add `getCurrentLocation()`/`getTokenLocation()` to replace
21-
`currentLocation()`/`currentTokenLocation()`
20+
#671: Replace `getCurrentLocation()`/`getTokenLocation()` with
21+
`currentLocation()`/`currentTokenLocation()` in `JsonParser`
2222
#673: Replace `JsonGenerator.writeObject()` (and related) with `writePOJO()`
23+
#674: Replace `getCurrentValue()`/`setCurrentValue()` with
24+
`currentValue()`/`assignCurrentValue()` in `JsonParser`/`JsonGenerator
2325

2426
2.12.1 (08-Jan-2021)
2527

0 commit comments

Comments
 (0)