diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19f540772d477e50fb6129dd7d69f432b4553011..c7703bffd5c02004ed92747e3f341b3be1f315fb 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