summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-26 22:21:07 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-26 22:21:07 -0500
commita371d53e635f1c0aa6097045ac5b59e78962f760 (patch)
tree710921d7d7e82450bc0f01158353de24aa7f6fd2 /ChangeLog
parentc3d42a21b28805ab0ec3d7bac3530972ca356067 (diff)
Always unbind internal listeners when closing a modal dialog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e7a204..c6599864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@ 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)
+* Always unbind internal listeners when closing a modal dialog
Version 1.0.37 (Jan 14, 2017)
-----------------------------