aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2025-04-15 14:00:50 -0600
committerzousar <[email protected]>2025-04-15 14:00:50 -0600
commit04e5336d6f999429b8567d169bdff3c2f1612a95 (patch)
treed99a53f66d9373a16cfc175d3c4230f19cc282ef
parentFix for BigInt conversion bug (diff)
downloadzen-04e5336d6f999429b8567d169bdff3c2f1612a95.tar.xz
zen-04e5336d6f999429b8567d169bdff3c2f1612a95.zip
Changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff4857ed9..1ef32d55f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
##
- Bugfix: Use proper FindClose call when using fallback when getting file attributes on windows
- Bugfix: Fixed race condition at final chunks when downloading multipart blobs which could lead to corruption and/or crash
+- Bugfix: Fixed BigInt conversion error affecting the tree view in the web UI
## 5.6.5
- Bugfix: `zen builds` multipart download of large chunks could result in crash