summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-31 19:25:00 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-31 19:25:00 -0500
commit3a95c427fddbb0679805d7107d6bb5dfe140cbc3 (patch)
tree41b69e105b55cc2f52f978830c2381d43893c6b8
parent0b3c76c72ff2033f6fa6769d6658ee3f31a4710c (diff)
downloadgitlab-ce-3a95c427fddbb0679805d7107d6bb5dfe140cbc3.tar.gz
Update CHANGELOG
[ci skip]
-rw-r--r--CHANGELOG8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 61c4f1f8903..cae3eeab54e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,7 +21,12 @@ v 8.5.0 (unreleased)
- Mark inline difference between old and new paths when a file is renamed
v 8.4.3
- - Increase lfs_objects size column to 8-byte integer to allow files larger than 2.1GB
+ - Increase lfs_objects size column to 8-byte integer to allow files larger
+ than 2.1GB
+ - Correctly highlight MR diff when MR has merge conflicts
+ - Fix highlighting in blame view
+ - Update sentry-raven gem to prevent "Not a git repository" console output
+ when running certain commands
v 8.4.2
- Bump required gitlab-workhorse version to bring in a fix for missing
@@ -32,7 +37,6 @@ v 8.4.2
improvement when checking if a repository was empty
- Add instrumentation for Gitlab::Git::Repository instance methods so we can
track them in Performance Monitoring.
- - Correctly highlight MR diff when MR has merge conflicts
- Increase contrast between highlighted code comments and inline diff marker
- Fix method undefined when using external commit status in builds
- Fix highlighting in blame view.