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-19 19:27:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-19 19:27:23 +0400
commit6cc3cc515267712733d6dd1643080bd6b2cc6cdc (patch)
treec19e9b8512a2af21702aec874b064da241e3a914 /CHANGELOG
parent9772cefc43d1b9ea8ad526a33e20706361857b0f (diff)
Changelog entries and version up to beta1
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4f3651994a9..30710fcebf2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ 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
+ - You can remove file from 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
@@ -16,8 +17,10 @@ v 6.3.0
- 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
+ - API: create/update/delete repo files
- Admin can transfer project to any namespace
+ - API: projects/all for admin users
+ - Fix recent branches order
v 6.2.4
- Security: Cast API private_token to string (CVE-2013-4580)