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-15 11:20:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-15 11:20:35 +0400
commit77e3fab89f633b70a0f805cce94d09304ad893e2 (patch)
tree246c38405fa9e6b1af0d7a84059a6038f28ab1ec /CHANGELOG
parenta7d3e2b9b6a015e0e4a4e3b84439308bb6fe367a (diff)
More entries to CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 52441aad2c2..90dff97736d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,12 @@ v 6.3.0
- 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.
+ - Admin broadcast messages
+ - UI improvements
+ - Dont show last push widget if user removed this branch
+ - Fix 500 error for repos with newline in file name
+ - Extended html titles
+ - API: create/update repo files
v 6.2.0
- Public project pages are now visible to everyone (files, issues, wik, etc.)