summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-16 19:15:26 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-16 19:15:26 -0400
commit3aa0f8574898876518dddf29ced43dd32efa2375 (patch)
tree0707062f83a5c2054e0143803f60ac0e7591b6e7 /ChangeLog
parent4364559805245260f89d70d590d0686250aa5f93 (diff)
Fixed search query with multiple assignees (nested OR conditions)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64476247..e87c0965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@ Improvements:
Bug fixes:
+* Fixed search query with multiple assignees (nested OR conditions)
* Fixed Markdown editor auto-grow on the task form (Safari)
* Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class