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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 21:43:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 21:43:51 +0400
commit7ab3bf9668195cb2a885db6a78078f0d6e24ea54 (patch)
tree5fd8dee3056ef3d26eb84fa5093fc568e13c2786 /CHANGELOG
parent0ba378dcb36343d060df985dc8626f310c9bf303 (diff)
update CHANGELOG with default_branch changes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 393d69755e1..52441aad2c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,8 @@ v 6.3.0
- Fixed issue with 500 error when group did not exist
- Ability to leave project
- You can create file in repo using UI
+ - API: dropped default_branch attribute from project during creation
+ - Project default_branch is not stored in db any more. It takes from repo now.
v 6.2.0
- Public project pages are now visible to everyone (files, issues, wik, etc.)