aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-11-04 12:22:10 +0100
committerDan Engelbrecht <[email protected]>2025-11-04 12:22:10 +0100
commit5e1a6c21783bda859e24907c1b5bf5b6aa3bc409 (patch)
tree850c2e8d2040fd7e77a7b43b622c7e7ecb215247
parentrefactor MergeChunkedFolderContents to not reallocate Result.ChunkedContent.C... (diff)
downloadzen-de/v5.7.8-with-sb-refactor.tar.xz
zen-de/v5.7.8-with-sb-refactor.zip
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d8de3f80..eb2df18a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,4 @@
##
-
- Bugfix: Fixed ASSERT when using `zen workspace create` command
- Bugfix: Fixed race condition in Latch. Sometimes the Wait() could early out before the completion event had been set
- Bugfix: Fixed issue on MacOS where trace options would not stick due to `IterateCommandlineArgs` bug