File tree 3 files changed +8
-2
lines changed
src/main/java/com/fasterxml/jackson/core/filter
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -253,3 +253,7 @@ Pavan Kalyan (pavan-kalyan@github)
253
253
Jendrik Johannes (jjohannes @github )
254
254
* Contributed #618 : Publish Gradle Module Metadata
255
255
(2.12 .0 )
256
+
257
+ Jonathan Haber (jhaber @github )
258
+ * Contributed #573 : More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
259
+ (2.12 .0 )
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ JSON library.
18
18
19
19
#500 : Allow "optional-padding" for `Base64Variant `
20
20
(contributed by Pavan K )
21
+ #573 : More customizable TokenFilter inclusion (using `Tokenfilter .Inclusion `)
22
+ (contributed by Jonathan H )
21
23
#618 : Publish Gradle Module Metadata
22
24
(contributed by Jendrik J )
23
25
#619 : Add `StreamReadCapability ` for further format - based /format - agnostic
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ public class TokenFilter
17
17
{
18
18
19
19
/**
20
- * Enumeration that controls how TokenFilter return values are interpreted
20
+ * Enumeration that controls how TokenFilter return values are interpreted.
21
21
*
22
- * @since 2.11
22
+ * @since 2.12
23
23
*/
24
24
public enum Inclusion {
25
25
/**
You can’t perform that action at this time.
0 commit comments