From 1b8d654444ff8c8b8171c7ac63e2736447a36c09 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 20 May 2021 15:49:18 -0700 Subject: [PATCH] add error message info --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 0fb92fef..70233f3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ jc changelog 20210520 v1.15.5 - Fix issue where help and about information would not display if a 3rd party parser library was missing. (e.g. xmltodict) +- Add more error message detail to the user when encountering ParseError and LibraryNotFound exceptions 20210517 v1.15.4 - Update ping parser to support error responses in OSX and BSD