diff --git a/CHANGELOG.md b/CHANGELOG.md index d0384714..eaf762b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ upcoming release can be found in [changelog.d](changelog.d). ### Fixed -- Fix TruncatedOutput when downloading files (fixes [B2_Command_Line_Tool#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)). +- Fix TruncatedOutput errors when downloading files over congested network (fixes [B2_Command_Line_Tool#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)). - Ensure `FileSimulator.as_download_headers` returns `dict[str, str]` mapping. ### Added