summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-24 22:09:13 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-24 22:09:13 -0500
commitfa5c12a61d89769ace452cb4164f35e09d750adf (patch)
treebda9a9d21d5184a107f0fe1ffa630391b0f4ad51 /ChangeLog
parent81d14efbd1627827a826eecd54fb17121f952921 (diff)
Empty arrays are serialized to a list instead of a dict (Json API)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d73581b2..09e7a204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@ Regressions:
Bug fixes:
* Fix wrong datetime formatting when task form shows validation errors
+* Empty arrays are serialized to a list instead of a dict (Json API)
Version 1.0.37 (Jan 14, 2017)
-----------------------------