Skip to content

Commit

Permalink
Add reference to new exception thrown to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed May 3, 2022
1 parent 6b4c480 commit 88c4e28
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 @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Fixed
- Use string 'empty' instead of InMemory::plainText('') to avoid new empty string exception thrown by lcobucci/jwt (PR #1282)
- Use InMemory::plainText('empty', 'empty') instead of InMemory::plainText('') to avoid [new empty string exception](https://github.com/lcobucci/jwt/pull/833) thrown by lcobucci/jwt (PR #1282)

## [8.3.4] - released 2022-04-07
### Fixed
Expand Down

0 comments on commit 88c4e28

Please sign in to comment.