aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
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