summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-04-28 16:48:37 -0700
committerStan Hu <stanhu@gmail.com>2016-05-04 11:59:12 -0700
commit525e05b6536123a3117b5ff53fd46a96382d5f9d (patch)
tree1d7c7e53aa49f1e387427f5ef68522c028c41046 /CHANGELOG
parent585f5cfa3359496733b5bd344ae89f98b5578865 (diff)
downloadgitlab-ce-525e05b6536123a3117b5ff53fd46a96382d5f9d.tar.gz
Expire repository exists? and has_visible_content? caches after a push if necessary
Closes #17012
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25d26535b72..925740e5d98 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ v 8.8.0 (unreleased)
- Improve description for the Two-factor Authentication sign-in screen. (Connor Shea)
- API support for the 'since' and 'until' operators on commit requests (Paco Guzman)
- Fix Gravatar hint in user profile when Gravatar is disabled. !3988 (Artem Sidorenko)
+ - Expire repository exists? and has_visible_content? caches after a push if necessary
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented