aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-06-13 15:57:31 +0200
committerDan Engelbrecht <[email protected]>2024-06-13 15:57:31 +0200
commit69164a0a33036956670c7966bc0364276bebf0a4 (patch)
treea896c0decec2c342a296e11dbbf564ec3c375c34
parent5.5.3-pre3 (diff)
downloadzen-69164a0a33036956670c7966bc0364276bebf0a4.tar.xz
zen-69164a0a33036956670c7966bc0364276bebf0a4.zip
changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5cbfd5d2..35de04da7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -85,7 +85,7 @@
- Improvement: Medium worker pool now uses a minimum of 2 threads (up from 1)
- Improvement: Don't try to cache process handles on Windows if we don't have a session id
-- ## 5.5.2
+## 5.5.2
- Bugfix: Don't try to read bytes to validate a compact binary object that is empty
- Bugfix: Don't free fake memory buffer pointer when materializing a zero size file
- Bugfix: Fix crash when iterating chunks in project store causing crash due threading issues