commit | ea28b6230170401adfb6d98d617ddb930e75b03a | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Oct 01 16:01:31 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Oct 01 16:01:31 2014 +0000 |
tree | 3b728fea7f876d7dd1627dd428265b05a9381c25 | |
parent | 12c55bcb7ce9c693162b18a50bc46e000c092d5a [diff] [blame] |
Fixed bug in JSON response where request wasn't echoed
diff --git a/CHANGES b/CHANGES index 8430571..3b0f651 100644 --- a/CHANGES +++ b/CHANGES
@@ -1,3 +1,6 @@ +0.45 2014-10-01 + - [bugfix] Correctly respond request in JSON results (diewald) + 0.44.1 2014-09-29 - [cleanup] Prepare test suite for publication (diewald)