Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 15, 2023
2 parents 1edaf32 + 728b766 commit 39149e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "3.0"
- "2.16"
- "2.17"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand Down
9 changes: 5 additions & 4 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------

Not yet released:
2.17.0 (not yet released)

#1136: Change parsing error message to mention `-INF`
- Make `JacksonFeatureSet` serializable
-

2.16.0-rc1 (20-Oct-2023)
2.16.0 (15-Nov-2023)

#991: Change `StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` default to `false`
in Jackson 2.16
Expand Down Expand Up @@ -54,6 +53,8 @@ Not yet released:
#1081: Make `ByteSourceJsonBootstrapper` use `StringReader` for < 8KiB byte[] inputs
(contributed by @schlosna)
#1089: Allow pluggable buffer recycling via new `BufferRecyclerPool` extension point
#1136: Change parsing error message to mention `-INF`
- Make `JacksonFeatureSet` serializable

2.15.3 (12-Oct-2023)

Expand Down

0 comments on commit 39149e8

Please sign in to comment.