diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 364633467..101596dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## +- 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 ## 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 - Improvement: Include the server version on the dashboard's start page -- Improvement: Drop-all action added to dashboard for projects and z$ namespaces - Bugfix: Wildcard matching could cause out of bound read error - Bugfix: Fixed buffering of written blocks during GC which could lead to chunks returned as not found until restart |