diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 06:14:05 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 06:14:05 +0300 |
commit | ade80e5c4dffca1a95de0189130ecf5f7e4011e9 (patch) | |
tree | ff7235c91af2c365d0fc625ab8a3e66c803dc76f /CHANGELOG | |
parent | ab42370af01a52c0ba3cfd97d365c735ecb4c468 (diff) | |
download | gitlab-ce-ade80e5c4dffca1a95de0189130ecf5f7e4011e9.tar.gz |
Update version and changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 14 |
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 |