Skip to content

Commit

Permalink
Prep for 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 28, 2024
1 parent 715ec43 commit 44f793e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.2-SNAPSHOT</version>
<version>2.18.2</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------

2.18.1 (28-Oct-2024)
2.18.2 (27-Nov-2024)

#1353: Use fastdoubleparser 1.0.90
(fixed by @pjfanning)
#1359: Non-surrogate characters being incorrectly combined when
`JsonWriteFeature.COMBINE_UNICODE_SURROGATES_IN_UTF8` is enabled
(reported by Justin G)
(fixed by @pjfanning)

2.18.1 (28-Oct-2024)

#1353: Use fastdoubleparser 1.0.90
(fixed by @pjfanning)

2.18.0 (26-Sep-2024)

#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
Expand Down

0 comments on commit 44f793e

Please sign in to comment.