summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-04 16:54:50 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-04 16:54:50 +0000
commit40143a8eee7ebbdb36daf0aa2c5487cdca3b304d (patch)
tree11ab8d5c9b0221c437d4a19c317d237061a93429 /CHANGELOG
parenteafa55f105e0cdbe902df7f10f7924d6b90cf74e (diff)
parent32b45493b89b35b7b7d3f086e8996d1ed7b8d0f3 (diff)
downloadgitlab-ce-40143a8eee7ebbdb36daf0aa2c5487cdca3b304d.tar.gz
Merge branch 'fix-application-settings-not-expiring' into 'master'
Fix application settings cache not expiring after changes cache_key is an instance method that relies on updated_at. When changes were made, the time-dependent key was being used instead of X.application_setting.last. Closes #3609 See merge request !1972
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 93d59966873..ea597f47745 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.3.0 (unreleased)
+ - Fix application settings cache not expiring after changes (Stan Hu)
- Fix: Assignee selector is empty when 'Unassigned' is selected (Jose Corcuera)
- Fix 500 error when update group member permission
- Trim leading and trailing whitespace of milestone and issueable titles (Jose Corcuera)