diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d88d0c51..12374a2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ ## -- Bugfix: Add explicit lambda capture in CasContainer::IterateChunks to avoid accessing state data references -- Bugfix: Validate compact binary objects stored in cache before attempting to parse them to avoid crash when data is corrupt -- Bugfix: Don't report redundant error if disk is full when writing GC state or GC log - Feature: Support for `--log-progress` to output UE style `@progress` log messages has been added to - `zen builds upload` - `zen builds download` - `zen builds diff` - `zen builds validate-part` - `zen wipe` +- Bugfix: Add explicit lambda capture in CasContainer::IterateChunks to avoid accessing state data references +- Bugfix: Validate compact binary objects stored in cache before attempting to parse them to avoid crash when data is corrupt +- Bugfix: Don't report redundant error if disk is full when writing GC state or GC log +- Improvement: If garbage collection fails due to out of disk or out of memory we issue a warning instead of reporting an error to Sentry ## 5.6.6 - Improvement: Made metadata presentation for cooked output entries more generic |