diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-21 17:39:31 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-21 17:39:31 +0100 |
commit | 1be8a3e087efd8f7d7127a02fcabcfd7570b6e36 (patch) | |
tree | 773536842f3232d97ac78e7bc8b9f7bcc11f586f /CHANGELOG | |
parent | 9832e60ffb801427453301c6da4675f81518cdeb (diff) | |
download | gitlab-ce-1be8a3e087efd8f7d7127a02fcabcfd7570b6e36.tar.gz |
Move changelog item
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6d889068f25..3e30123e464 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.3.0 (unreleased) + - 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 open_issues_count to project API (Stan Hu) @@ -70,7 +71,6 @@ v 8.2.3 - Enable devise paranoid mode to prevent user enumeration attack - Webhook payload has an added, modified and removed properties for each commit - Fix 500 error when creating a merge request that removes a submodule - - Add CAS support (tduehr) v 8.2.2 - Fix 404 in redirection after removing a project (Stan Hu) |