diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-18 09:35:38 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-18 09:35:38 +0200 |
commit | 300f2444a84671e0bcfcfed60b55f57ac311727a (patch) | |
tree | 365be9e7729dfceba11799cd362b83cd75079bd8 | |
parent | 8672203baf5971acb96cf62562876887fb69623b (diff) | |
download | gitlab-ce-300f2444a84671e0bcfcfed60b55f57ac311727a.tar.gz |
Add author and issue id warning.
-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 |