diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-24 13:57:40 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-24 13:59:02 -0500 |
commit | a9b82220e8e31a6e214d16e6baa49eafd35d1c5c (patch) | |
tree | 1684e8fc0218ff38961c3477214adcd8dcfedf20 /CHANGELOG | |
parent | 835333c42609e85ca002816976522b4096863bf7 (diff) | |
parent | 7309b848e2e67e3206e986facc0104a11af18d88 (diff) | |
download | gitlab-ce-a9b82220e8e31a6e214d16e6baa49eafd35d1c5c.tar.gz |
Merge branch 'fix-changelog' into 'master'
Move changelog items to their correct place.
Fixes #4236
See merge request !2201
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG index 27e6564b49f..96d71331321 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,17 +5,17 @@ v 8.4.0 (unreleased) - Implement new UI for group page - Implement search inside emoji picker - Add project permissions to all project API endpoints (Stan Hu) + - Expose Git's version in the admin area - Add "Frequently used" category to emoji picker + - Add CAS support (tduehr) + - Add link to merge request on build detail page. - -v 8.3.1 (unreleased) +v 8.3.1 - Fix Error 500 when global milestones have slashes (Stan Hu) v 8.3.0 - - Add CAS support (tduehr) - Bump rack-attack to 4.3.1 for security fix (Stan Hu) - API support for starred projects for authorized user (Zeger-Jan van de Weg) - - Add link to merge request on build detail page. - Add open_issues_count to project API (Stan Hu) - Expand character set of usernames created by Omniauth (Corey Hinshaw) - Add button to automatically merge a merge request when the build succeeds (Zeger-Jan van de Weg) @@ -75,7 +75,6 @@ v 8.3.0 - Do not show build status unless builds are enabled and `.gitlab-ci.yml` is present - Persist runners registration token in database - Fix online editor should not remove newlines at the end of the file - - Expose Git's version in the admin area v 8.2.3 - Fix application settings cache not expiring after changes (Stan Hu) |