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:
authorRobert Speicher <robert@gitlab.com>2016-10-11 12:05:28 +0300
committerRobert Speicher <robert@gitlab.com>2016-10-11 12:05:28 +0300
commit9616f9b441ee5422517798a02bcd93c210b596ec (patch)
tree1ba34f7df456ddf43cd8d077e4392c22ffae1d1c /CHANGELOG
parent73adae0f62a3d6048abbee9d076e077185370325 (diff)
parentac93758a25e307573dcf79a76318f5b45aec5d07 (diff)
Merge branch 'sh-update-mailroom' into 'master'
Bump mail_room to v0.8.1 to fix thread cleanup issue See https://github.com/tpitale/mail_room/blob/master/CHANGELOG.md Closes #20273 See merge request !6788
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06af4e4d6f4..22a96d8cbd5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- Truncate long labels with ellipsis in labels page
+ - Bump mail_room to v0.8.1 to fix thread cleanup issue
- Update runner version only when updating contacted_at
- Add link from system note to compare with previous version
- Improve issue load time performance by avoiding ORDER BY in find_by call