diff options
| author | Martin Ridgers <[email protected]> | 2024-09-17 15:47:53 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-17 15:47:53 +0200 |
| commit | 4fbd9513e7d196f5de256917a96cd2be011e1c17 (patch) | |
| tree | 138bad1cecdeb03f1101147edab542b7250ff736 | |
| parent | A clang-format pass (diff) | |
| download | zen-4fbd9513e7d196f5de256917a96cd2be011e1c17.tar.xz zen-4fbd9513e7d196f5de256917a96cd2be011e1c17.zip | |
Added an entry in the changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |