Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-09-18 11:35:38 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-09-18 11:35:38 +0400
commit300f2444a84671e0bcfcfed60b55f57ac311727a (patch)
tree365be9e7729dfceba11799cd362b83cd75079bd8 /CHANGELOG
parent8672203baf5971acb96cf62562876887fb69623b (diff)
Add author and issue id warning.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
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