From 6c25d67978d9509c3f8a0c5d7927d374a01b3b6e Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Thu, 1 Jul 2021 15:55:38 -0400 Subject: [PATCH] Update CHANGELOG with better description of JSON error handling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99faea4..1a43fa10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This patch release: -* Adds handling for common JSON parsing exceptions and wraps them in a `JwtException`. +* Adds additional handling for rare JSON parsing exceptions and wraps them in a `JwtException` to allow the application to handle these conditions as JWT concerns. ### 0.11.2