aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe5a96c9c..6ccf6d9ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- Feature: Added `zen cache-gen` command to generate large amount of cache data for testing
- Improvement: Optimizations to GC leading to 50-100% performance increase when handling large data sets
- Bugfix: Symbol resolution could fail on Windows depending on the process' current working directory
+- Bugfix: Don't block disk cache buckets from writing when scanning records for attachment references
## 5.5.7
- Bugfix: Fix race condition in zenserver during batched fetch of small cache chunks (<=1024b) resulting in missing rawhash/rawsize in the response. UE-223703