From 947cf41dfab5811c0e76e371231c59a2d6372752 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 11 May 2021 12:42:21 -0700 Subject: [PATCH] add exit code info --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 423f0909..66c22ec0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,10 @@ jc changelog -20210510 v1.15.4 +20210511 v1.15.4 - Update ping parser to support error responses in OSX and BSD - Update ping parser to be more resillient against parsing errors for unknown error types - Update dig parser to support `+noall +answer` use case +- JC no longer swallows exit codes when using the "magic" syntax. See the Exit Codes section of the README and man page for details 20210426 v1.15.3 - Add ufw status command parser tested on linux