From 88c4e2835343d5a460e273eeefbcf007d3d7629d Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Tue, 3 May 2022 22:20:11 +0100 Subject: [PATCH] Add reference to new exception thrown to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c382427..b83689127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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