diff options
author | Robert Speicher <robert@gitlab.com> | 2016-02-23 17:47:59 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-02-24 09:13:29 +0100 |
commit | 11b6c8c30bf55fdb3150749a905ce5c4642417c4 (patch) | |
tree | e5aca7f77cac2261fef46884d8b569096e4635e8 /CHANGELOG | |
parent | eabd5cc2de9021186f9fbc901eb584ad319f6a00 (diff) | |
download | gitlab-ce-11b6c8c30bf55fdb3150749a905ce5c4642417c4.tar.gz |
Merge branch 'fix-todos' into 'master'
Does not raise an error when Todo is already marked as done
Closes #13681
See merge request !2926
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9a08d4d4e7f..977a93f6693 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,15 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.5.1 - - Add when the Builds & Runners API changes got introduced - - Fix Side-by-side view after loading diff results - Fix error 500 on some merged merge requests - - Issues can now be dragged & dropped into empty milestone lists. This is also - possible with MRs + - Fix error 500 when trying to marke an already done todo as "done" + - Fix Side-by-side view after loading diff results - Fix an issue where MRs weren't sortable + - Fix a set of small UI glitches in project, profile, and wiki pages + - Issues can now be dragged & dropped into empty milestone lists. This is also + possible with MRs - Restrict permissions on public/uploads - - Set of small UI fixes to project, profile, and wiki pages + - Add when the Builds & Runners API changes got introduced - Update sentry-raven gem to 0.15.6 v 8.5.0 |