summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-30 12:11:40 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-31 10:46:07 -0300
commitf1d1dc00a93288623a012a933203ed99dc71fed8 (patch)
tree68c7b68cf4739299020973876c3d1728ad835af4
parentdb36ef60e921847f12ccdff294738910c9173c3c (diff)
downloadgitlab-ce-fix-todos.tar.gz
Update CHANGELOGfix-todos
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 91935ad068c..cacbe7d9cc1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,10 @@ v 8.7.0 (unreleased)
- Implement 'TODOs View' as an option for dashboard preferences !3379 (Elias W.)
- Gracefully handle notes on deleted commits in merge requests (Stan Hu)
+v 8.6.3 (unreleased)
+ - Destroy related todos when an Issue/MR is deleted. !3376
+ - Fix error 500 when target is nil on todo list. !3376
+
v 8.6.2
- Fix dropdown alignment. !3298
- Fix issuable sidebar overlaps on tablet. !3299