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>2012-11-27 07:14:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-27 07:14:05 +0400
commitade80e5c4dffca1a95de0189130ecf5f7e4011e9 (patch)
treeff7235c91af2c365d0fc625ab8a3e66c803dc76f /CHANGELOG
parentab42370af01a52c0ba3cfd97d365c735ecb4c468 (diff)
Update version and changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2eca1f14c4f..c939e159a17 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+v 3.2.0
+ - Remove project code - use path instead
+ - added username field to user
+ - rake task to fill usernames based on emails create namespaces for users
+ - STI Group < Namespace
+ - Project has namespace_id
+ - Projects with namespaces also namespaced in gitolite and stored in subdir
+ - Moving project to group will move it under group namespace
+ - Ability to move project from namespaces to another
+ - Fixes commit patches getting escaped (see #2036)
+ - Support diff and patch generation for commits and merge request
+ - MergeReqest doesn't generate a temporary file for the patch any more
+ - Update the UI to allow downloading Patch or Diff
+
v 3.1.0
- Updated gems
- Services: Gitlab CI integration