diff options
| author | Dan Engelbrecht <[email protected]> | 2025-11-20 12:28:27 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-11-20 12:28:27 +0100 |
| commit | 05475c209c80d3dd6d5d3eaf192e1595578e43ec (patch) | |
| tree | 913817a2d53accf1e74e32ffd10a994b6cd0f375 | |
| parent | fix block store file appender (#658) (diff) | |
| download | zen-05475c209c80d3dd6d5d3eaf192e1595578e43ec.tar.xz zen-05475c209c80d3dd6d5d3eaf192e1595578e43ec.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a06063cb8..e3b41b52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ## +- Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB +- Bugfix: Remove read-only flags for files copied as part of a full service install operation + +## 5.7.11 - Improvement: Drop-all action added to dashboard for projects and z$ namespaces - Bugfix: Fixed ASSERT when using `zen builds download` with wildcard filtering due to needed loose chunks being incorrectly filtered out -- Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB ## 5.7.10 - Improvement: Sentry is now disabled by default when building locally, to avoid uploading crashes due to local changes. CI builds still enable it just like before |