diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-18 22:46:04 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-18 22:46:04 +0000 |
commit | 6a8b9ed8d13622d83d45982531f010ec8ca5d8ea (patch) | |
tree | 365be9e7729dfceba11799cd362b83cd75079bd8 | |
parent | 8672203baf5971acb96cf62562876887fb69623b (diff) | |
parent | 300f2444a84671e0bcfcfed60b55f57ac311727a (diff) | |
download | gitlab-ce-6a8b9ed8d13622d83d45982531f010ec8ca5d8ea.tar.gz |
Merge branch 'changelog-specifics' of /home/git/repositories/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 |