diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dedc38d9..deb95a381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Bugfix: Don't capture ChunkIndex variable in CasImpl::IterateChunks by reference as it causes crash - Improvement: Make FileCasStrategy::IterateChunks (optionally) multithreaded (improves GetProjectFiles performance) - Improvement: Add batch scope for adding multiple cache values from single request efficently +- Improvement: Use temp file write and move into place for manifest/state files to avoid partial incomplete file writes ## 5.5.0 - Change: GCv2 is now the default option, use `--gc-v2=false` to fall back to GCv1 |