From 3ab9d480149a692510ab9e0ac8e745b674683e3d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 18 Apr 2021 17:24:42 -0700 Subject: [PATCH] update changelog --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04c73e84..f5368223 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,13 @@ jc changelog -20210419 v1.15.2 +20210418 v1.15.2 - Add systeminfo parser tested on Windows - Update dig parser to fix an issue with IPv6 addresses in the server field - Update dig parser to fix an issue when axfr entries contain a semicolon - Update dig parser to add support for Additional Section and Opt Pseudosection - Update dig parser to add query_size field - Use dig parser as the main example in readme, documentation, and man page -- Standardize int, float, and boolean conversion rules +- Standardize int, float, and boolean conversion rules with functions in jc.utils 20210413 v1.15.1 - New feature to show parser documentation interactively with -h --parser_name