Skip to content

Commit

Permalink
Closes #881. (#887)
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
lhazlewood authored Jan 9, 2024
1 parent 917ffbb commit eae68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ deprecate some concepts, or in some cases, completely break backwards compatibil
serialize to JSON correctly.


* `io.jsonwebtoken.InvalidClaimException` and it's two subclasses (`IncorrectClaimException` and `MissingClaimException`)
* `io.jsonwebtoken.InvalidClaimException` and its two subclasses (`IncorrectClaimException` and `MissingClaimException`)
were previously mutable, allowing the corresponding claim name and claim value to be set on the exception after
creation. These should have always been immutable without those setters (just getters), and this was a previous
implementation oversight. This release has ensured they are immutable without the setters.
Expand Down

0 comments on commit eae68cd

Please sign in to comment.