Commit ade80e5c4dffca1a95de0189130ecf5f7e4011e9

Authored by Dmitriy Zaporozhets
1 parent ab42370a

Update version and changelog

Showing 2 changed files with 15 additions and 1 deletions   Show diff stats
CHANGELOG
  1 +v 3.2.0
  2 + - Remove project code - use path instead
  3 + - added username field to user
  4 + - rake task to fill usernames based on emails create namespaces for users
  5 + - STI Group < Namespace
  6 + - Project has namespace_id
  7 + - Projects with namespaces also namespaced in gitolite and stored in subdir
  8 + - Moving project to group will move it under group namespace
  9 + - Ability to move project from namespaces to another
  10 + - Fixes commit patches getting escaped (see #2036)
  11 + - Support diff and patch generation for commits and merge request
  12 + - MergeReqest doesn't generate a temporary file for the patch any more
  13 + - Update the UI to allow downloading Patch or Diff
  14 +
1 15 v 3.1.0
2 16 - Updated gems
3 17 - Services: Gitlab CI integration
... ...
VERSION
1   -3.1.0
  1 +3.2.0pre
... ...