From a49d19b8af8049b924f1d2701990f92bca8173a6 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Thu, 19 Mar 2020 16:45:12 -0600 Subject: [PATCH] Record memory leak fix in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f54077..c7703bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Fixed `expireAfterDays` for thumbnails potentially deleting media under some conditions. * Fixed a bug where items could be double-counted (but not double-stored) in the cache. * Fixed the cache metrics reporting inaccurate values. +* Fixed a general memory leak in the cache due to inaccurate counting of items in the cache. ### Changed -- GitLab