diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-18 22:48:13 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-18 22:48:13 +0000 |
commit | d4c4fc35a66da709849081caf0292a5025a1b857 (patch) | |
tree | 2b0ab94ac03c7311894715b534f663c2fec8a7d1 | |
parent | 540b3ee5633589a2ae8fb584ebed0e3bd2b02460 (diff) | |
parent | 6a8b9ed8d13622d83d45982531f010ec8ca5d8ea (diff) | |
download | gitlab-ce-d4c4fc35a66da709849081caf0292a5025a1b857.tar.gz |
Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhq
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7572837f883..52522394e00 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,15 @@ v 6.1.0 + - Project specific IDs for issues, mr, milestones + Above items will get a new id and for example all bookmarked issue urls will change. + Old issue urls are redirected to the new one if the issue id is too high for an internal id. - Description field added to Merge Request - API: Sudo api calls (Izaak Alpert) - API: Group membership api (Izaak Alpert) - Improved commit diff - Improved large commit handling (Boyan Tabakov) - Rewrite: Init script now less prone to errors and keeps better track of the service. - - Link issues, merge requests, and commits when they reference each other with GFM + - Link issues, merge requests, and commits when they reference each other with GFM (Ash Wilson) - Close issues automatically when pushing commits with a special message - - Project internal ids for issues, mr, milestones - Improve user removal from admin area - Invalidate events cache when project was moved - Remove deprecated classes and rake tasks |