diff options
| author | zousar <[email protected]> | 2025-04-15 14:00:50 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-04-15 14:00:50 -0600 |
| commit | 04e5336d6f999429b8567d169bdff3c2f1612a95 (patch) | |
| tree | d99a53f66d9373a16cfc175d3c4230f19cc282ef | |
| parent | Fix for BigInt conversion bug (diff) | |
| download | zen-04e5336d6f999429b8567d169bdff3c2f1612a95.tar.xz zen-04e5336d6f999429b8567d169bdff3c2f1612a95.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |