summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-12-10 17:03:01 +0000
committerRobert Speicher <robert@gitlab.com>2015-12-10 17:03:01 +0000
commit746320cea769f8de33ba2b7f7d6980a911319edf (patch)
treeb6f385ad8e18bb02b079571a6fb045fb530bfb8c
parent4e5897f51ef97d7c3ff6c57f81521f552979a3da (diff)
parent57af1231f2e99ab525d8c1fda2e0888e41a873a5 (diff)
downloadgitlab-ce-746320cea769f8de33ba2b7f7d6980a911319edf.tar.gz
Merge branch 'add-changelog-items' into 'master'
Add missing changelog items Closes #3973 [ci skip] See merge request !2053
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fc1cb1a996f..18a9d317cc4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.3.0 (unreleased)
- - Merge when build succeeds (Zeger-Jan van de Weg)
+ - Add button to automatically merge a merge request when the build succeeds (Zeger-Jan van de Weg)
- Bump gollum-lib to 4.1.0 (Stan Hu)
- Fix broken group avatar upload under "New group" (Stan Hu)
- Update project repositorize size and commit count during import:repos task (Stan Hu)
@@ -28,6 +28,13 @@ v 8.3.0 (unreleased)
- Automatically select default clone protocol based on user preferences (Eirik Lygre)
- Make Network page as sub tab of Commits
- Add copy-to-clipboard button for Snippets
+ - Add indication to merge request list item that MR cannot be merged automatically
+ - Default target branch to patch-n when editing file in protected branch
+ - Add Builds tab to merge request detail page
+ - Allow milestones, issues and MRs to be created from dashboard and group indexes
+ - Use new style for wiki
+ - Use new style for milestone detail page
+ - Fix sidebar tooltips when collapsed
v 8.2.3
- Fix application settings cache not expiring after changes (Stan Hu)