From d2e7ac5b6e39a91626793361655fc208399449d0 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 7 May 2018 15:10:27 -0300 Subject: [PATCH] update changelog for the integrity check and partial s3 downloads --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e448d2e46..28a256d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ at anytime. * ### Changed + * check headers file integrity on startup, removing/truncating the file to force re-download when necessary + * support partial headers file download from S3 * changed txrequests for treq * changed cryptography version to 2.2.2 * removed pycrypto dependency, replacing all calls to cryptography