Skip to content

Commit

Permalink
Update release notes wrt #573
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 8, 2020
1 parent a440d70 commit 2fa495a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,7 @@ Pavan Kalyan (pavan-kalyan@github)
Jendrik Johannes (jjohannes@github)
* Contributed #618: Publish Gradle Module Metadata
(2.12.0)

Jonathan Haber (jhaber@github)
* Contributed #573: More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
(2.12.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ JSON library.

#500: Allow "optional-padding" for `Base64Variant`
(contributed by Pavan K)
#573: More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
(contributed by Jonathan H)
#618: Publish Gradle Module Metadata
(contributed by Jendrik J)
#619: Add `StreamReadCapability` for further format-based/format-agnostic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public class TokenFilter
{

/**
* Enumeration that controls how TokenFilter return values are interpreted
* Enumeration that controls how TokenFilter return values are interpreted.
*
* @since 2.11
* @since 2.12
*/
public enum Inclusion {
/**
Expand Down

0 comments on commit 2fa495a

Please sign in to comment.