summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--VERSION2
2 files changed, 5 insertions, 2 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)
diff --git a/VERSION b/VERSION
index 5a903253f44..d953a54074e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.3.0.pre
+6.3.0.beta1