summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-18 20:34:36 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-18 20:34:36 -0400
commit0830fe22b777e419e42cfb3349e61098be9e4127 (patch)
tree83ed2f651d30478357f7c07e8e3a8310891cbadd /ChangeLog
parent0378b5fcf9538eb3d4eac6356015f11da894880e (diff)
Minor Gantt chart improvements
* Task do not open anymore in a new window on the Gantt chart * Do not display task progress for tasks with no start/end date
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd801b51..1defcb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ New features:
Improvements:
+* Task do not open anymore in a new window on the Gantt chart
+* Do not display task progress for tasks with no start/end date
* Use Gulp and Bower to manage assets
* Controller and Middleware refactoring