docs: add changelog for this performance improvements

This commit is contained in:
siloneco 2026-04-05 14:21:47 +09:00
commit 19ef64ef32

View file

@ -12,6 +12,8 @@ The format is based on [Keep a Changelog].
### Changed
- File filled with '\0' or whitespace will be treated as empty file `#2710`
- This should prevent `syntax error loading settings.json: expected value at line 1 column 1` if settings.json is broken
- Improved backup speed by parallelizing the process [`#2746`](https://github.com/vrc-get/vrc-get/pull/2746)
- Along with this change, the default compression level has been changed to `zip-fast`
### Deprecated