Skip to content

Commit 2fa495a

Browse files
committed
Update release notes wrt #573
1 parent a440d70 commit 2fa495a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

release-notes/CREDITS-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,7 @@ Pavan Kalyan (pavan-kalyan@github)
253253
Jendrik Johannes (jjohannes@github)
254254
* Contributed #618: Publish Gradle Module Metadata
255255
(2.12.0)
256+
257+
Jonathan Haber (jhaber@github)
258+
* Contributed #573: More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
259+
(2.12.0)

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ JSON library.
1818

1919
#500: Allow "optional-padding" for `Base64Variant`
2020
(contributed by Pavan K)
21+
#573: More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
22+
(contributed by Jonathan H)
2123
#618: Publish Gradle Module Metadata
2224
(contributed by Jendrik J)
2325
#619: Add `StreamReadCapability` for further format-based/format-agnostic

src/main/java/com/fasterxml/jackson/core/filter/TokenFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public class TokenFilter
1717
{
1818

1919
/**
20-
* Enumeration that controls how TokenFilter return values are interpreted
20+
* Enumeration that controls how TokenFilter return values are interpreted.
2121
*
22-
* @since 2.11
22+
* @since 2.12
2323
*/
2424
public enum Inclusion {
2525
/**

0 commit comments

Comments
 (0)