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