summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-03-29 23:55:03 -0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-03-30 00:02:32 -0300
commit808bcf5bc616af4d57011df1e37675069319e7c5 (patch)
treed6f4d66aa69268b8e92b45f5ce89f34ac071090e /CHANGELOG
parent11865ee267894f340a9d3f46cd6e64b671ad96e4 (diff)
downloadgitlab-ce-patch/fix-mergerequest-diff.tar.gz
Fixed MergeRequestController specpatch/fix-mergerequest-diff
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2cd06d90257..fba06241809 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,8 +5,9 @@ v 8.7.0 (unreleased)
- Preserve time notes/comments have been updated at when moving issue
- Make HTTP(s) label consistent on clone bar (Stan Hu)
- Expose label description in API (Mariusz Jachimowicz)
- - Allow back dating on issues when created through the API
+ - Allow back dating on issues when created through the API
- Fix avatar stretching by providing a cropping feature
+ - Fix raw/rendered diff producing different results on merge requests !3450
- Add links to CI setup documentation from project settings and builds pages
- Handle nil descriptions in Slack issue messages (Stan Hu)
- Implement 'Groups View' as an option for dashboard preferences !3379 (Elias W.)