aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-19 10:55:11 +0100
committerGitHub <[email protected]>2023-12-19 10:55:11 +0100
commit7451d3ab8aa7be6405b6bbbe5e17dcb3ea29e766 (patch)
tree67b166d09365c45c43d7d446a6f0816c1428274b /CHANGELOG.md
parentvarious TSAN/ASAN/LeakAnalyzer fixes (#622) (diff)
downloadzen-7451d3ab8aa7be6405b6bbbe5e17dcb3ea29e766.tar.xz
zen-7451d3ab8aa7be6405b6bbbe5e17dcb3ea29e766.zip
ensure we can build without trace (#619)
`xmake config -zentrace=n` would previously not build cleanly
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 7e965ea15..9c6b761da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
- Bugfix: Fixed thread safety issues in RPC recorder v2
- Bugfix: `IoBuffer::Materialize` would leak memory for small buffers
- Bugfix: Fix crash bug when trying to inspect non-open block file in GC
+- Bugfix: Fixed up code so we can build everything even when trace support is disabled
- Bugfix: Make sure we initialize the pattern of FileSink before it is added as a usable logger
- Bugfix: Various minor TSAN/ASAN fixes (see PR #622)
- Improvement: Cache RPC replay can now process partial recordings by recovering metadata from available files