From 21837c5335cc57deb890e2aece23fb01fbbb3cd9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 19 Nov 2020 00:09:56 +0400 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938cba3..6511535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Added - For 2ch.hk check for if a file is a sticker was added; - Encoding for `!op.txt` file was explicitly set to `utf-8`; -- Handling of HTTP errors was added so now program won't crash if file doesn't - exist or not accessible for any other reason; +- Handling of HTTP errors and reset connection error was added so now program + won't crash if file doesn't exist or not accessible for any other reason; - To a scraper was added matching of hashes of two files that happen to share same name and size, but hash reported by an imageboard is not the same as of a file. It results in excessive downloading and hash calculations. Hopefully,