aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2026-03-17 23:45:24 -0600
committerzousar <[email protected]>2026-03-17 23:45:24 -0600
commitb2b6c8f41c063c6e73c58af29143729005a8e5d3 (patch)
tree847cfb25dbba7133362f114f09f18be1d62887de
parentFix long path handling for project store (diff)
downloadzen-b2b6c8f41c063c6e73c58af29143729005a8e5d3.tar.xz
zen-b2b6c8f41c063c6e73c58af29143729005a8e5d3.zip
Changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 365f88822..cad801247 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
- Improvement: Fixed issue where oplog upload could create blocks larger than the max limit (64Mb)
- Bugfix: Fixed sentry-native build to allow LTO on Windows
- Bugfix: Minor test stability fixes (flaky hash collisions, per-thread RNG seeds)
+- Bugfix: Handle long paths in the project store
## 5.7.22
- Feature: Add `--allow-partial-block-requests` to `zen oplog-import`