aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-17 15:47:53 +0200
committerMartin Ridgers <[email protected]>2024-09-17 15:47:53 +0200
commit4fbd9513e7d196f5de256917a96cd2be011e1c17 (patch)
tree138bad1cecdeb03f1101147edab542b7250ff736
parentA clang-format pass (diff)
downloadzen-4fbd9513e7d196f5de256917a96cd2be011e1c17.tar.xz
zen-4fbd9513e7d196f5de256917a96cd2be011e1c17.zip
Added an entry in the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f49216ee2..92024ec6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
##
- 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
## 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