diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-24 21:19:17 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-24 21:19:17 +0100 |
commit | ef8b1dbf21a90f719c2e8b8c052e16f6107193c6 (patch) | |
tree | 6138768916e7b65a7955e8e8c4ed1eb1541e8ced /CHANGELOG | |
parent | 32543f3bd94b1b66dd949b0fb1f57bff3732eb45 (diff) | |
parent | e3befaed82f9aa52c79a1d4c437fe4fc63f8d07a (diff) | |
download | gitlab-ce-ef8b1dbf21a90f719c2e8b8c052e16f6107193c6.tar.gz |
Merge branch 'master' into milestone-ref
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG index 30cd589fddd..a5acf4a502b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,16 +1,24 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.4.0 (unreleased) - - Fix Error 500 when doing a search in dashboard before visiting any project (Stan Hu) - Implement new UI for group page + - Implement search inside emoji picker - Add project permissions to all project API endpoints (Stan Hu) - Link to milestone in "Milestone changed" system note + - 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 + - Fix Error 500 when global milestones have slashes (Stan Hu) + - Fix Error 500 when doing a search in dashboard before visiting any project (Stan Hu) + - Fix LDAP identity and user retrieval when special characters are used + - Move Sidekiq-cron configuration to gitlab.yml 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) @@ -70,7 +78,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) |