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:
authorDrew Blessing <drew.blessing@buckle.com>2013-12-11 19:30:22 +0400
committerDrew Blessing <drew.blessing@buckle.com>2013-12-11 19:30:22 +0400
commitc26d392b1a160ae357a63cf160daeb81a0dd8ece (patch)
tree79104023aea917518515d66888b477f6e0f03fc9 /CHANGELOG
parent2934e7a9627bb92ab9367923cdbcbaa13f7843d4 (diff)
Expire event cache on avatar creation/removal
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3fa5143d43f..e62697410a8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 6.4.0
- Allow removal of avatar (Drew Blessing)
- Project web hooks now support issues and merge request events
- Visiting project page while not logged in will redirect to sign-in instead of 404 (Jason Hollingsworth)
+ - Expire event cache on avatar creation/removal (Drew Blessing)
v 6.3.0
- API for adding gitlab-ci service