Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-19 10:33:03 +0300
committerJames Lopez <james@jameslopez.es>2016-09-19 10:33:03 +0300
commit0a3d2d7c2b97b228860aa5618bda5978a30084eb (patch)
tree56f2388b5f4634f1aaf49367d4375b62bb9d5b6e /CHANGELOG
parent3c7feaf3b12e3c8319f8ccc0f45a87ae0e2cfe8c (diff)
fix changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8380a02b14b..5bbb636a2eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -147,6 +147,7 @@ v 8.12.0 (unreleased)
- Fix Gitlab::Popen.popen thread-safety issue
- Add specs to removing project (Katarzyna Kobierska Ula Budziszewska)
- Clean environment variables when running git hooks
+ - Fix Import/Export issues importing protected branches and some specific models
- Fix non-master branch readme display in tree view
v 8.11.6
@@ -158,9 +159,6 @@ v 8.11.6
- Restore SSH Key title auto-population behavior. !6186
- Fix DB schema to match latest migration. !6256
- Exclude some pending or inactivated rows in Member scopes.
- - Fix Import/Export issues importing protected branches and some specific models
-
-v 8.11.6 (unreleased)
v 8.11.5
- Optimize branch lookups and force a repository reload for Repository#find_branch. !6087