diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-12 11:36:40 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-12 11:36:59 +0100 |
commit | 9f8510b329e123c70c912b87bd6186d2b78302ca (patch) | |
tree | 75af637cfe8dd03309fd33e6fc01daa66a286cf9 | |
parent | c4511a123401dcf9c2e1b3de732d18463fe9ba90 (diff) | |
download | gitlab-ce-9f8510b329e123c70c912b87bd6186d2b78302ca.tar.gz |
Updated CHANGELOG with changes I made
I forgot to add these in the respective MRs.
[ci skip]
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ab34661ce05..175399fe1fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.4.0 (unreleased) + - Autocomplete data is now always loaded, instead of when focusing a comment text area (Yorick Peterse) + - Improved performance of finding issues for an entire group (Yorick Peterse) + - Added custom application performance measuring system powered by InfluxDB (Yorick Peterse) - Bump fog to 1.36.0 (Stan Hu) - Add housekeeping function to project settings page - The default GitLab logo now acts as a loading indicator |