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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-04 19:54:50 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-12-04 22:36:30 +0300
commitcd4a33120a39b23128e6798eae0a2ec7b5c9e658 (patch)
tree7e477f3b2de96b6193e05d792f4d8aad21bdf61b /CHANGELOG
parent08fae2fd0598b67d848e9edba0ddd13a0b3b0eb5 (diff)
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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index beae877220d..fa6fce99549 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.2.3
+ - Fix application settings cache not expiring after changes (Stan Hu)
+
v 8.2.2
- Fix 404 in redirection after removing a project (Stan Hu)
- Ensure cached application settings are refreshed at startup (Stan Hu)