summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de3128..21653e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+7.24
+ - Improve fixing commas in sorted json output
+ - Fix extra quotes around elements in json output
+ (bugzilla #1793, issue 3.)
+ - Fix commas in sorted json output (bugzilla #1793, issue 4)
+ - Fix unquoted port range in json output (bugzilla #1793, issue 1)
+ - Fix extraneous comma in terse list json output (Joachim,
+ bugzilla #1793, issue 2)
+ - bash-completion: restore fix for syntax error (Jeremy Sowden)
+ - Correct typo in man-page (Jeremy Sowden)
+
7.23
- tests: runtest.sh: Keep running, print summary of failed tests
(Phil Sutter)