summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-26 16:07:57 -0800
committerRobert Speicher <rspeicher@gmail.com>2016-01-26 16:18:35 -0800
commit8999a652f2bea8df6d70ef3a97714714db09cf53 (patch)
tree6826417ece2d0af63cf05233948064524cf96968
parent75b64fce29ce4da1541ad6e9eb6b0b62f2bbeec7 (diff)
downloadgitlab-ce-8999a652f2bea8df6d70ef3a97714714db09cf53.tar.gz
Update CHANGELOG
[ci skip]
-rw-r--r--CHANGELOG19
1 files changed, 7 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e20330cd60a..b60c2fff440 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,18 +1,13 @@
Please view this file on the master branch, on stable branches it's out of date.
-v 8.5.0 (unreleased)
- - Add "visibility" flag to GET /projects api endpoint
- - Ignore binary files in code search to prevent Error 500 (Stan Hu)
- - Upgrade gitlab_git to 7.2.23 to fix commit message mentions in first branch push
- - New UI for pagination
- - Fix diff comments loaded by AJAX to load comment with diff in discussion tab
- - Whitelist raw "abbr" elements when parsing Markdown (Benedict Etzel)
- - Don't vendor minified JS
- - Track project import failure
- - Fix visibility level text in admin area (Zeger-Jan van de Weg)
-
v 8.4.2 (unreleased)
- - Fix missing artifacts in build artifacts browser (fixed in Workhorse)
+ - Bump required gitlab-workhorse version to bring in a fix for missing
+ artifacts in the build artifacts browser
+ - Get rid of those ugly borders on the file tree view
+ - Bump gitlab_git version to 7.2.24 in order to bring in a performance
+ improvement when checking if a repository was empty
+ - Add instrumentation for Gitlab::Git::Repository instance methods so we can
+ track them in Performance Monitoring.
v 8.4.1
- Apply security updates for Rails (4.2.5.1), rails-html-sanitizer (1.0.3),