From e68a5bfbd65fe9146878dcb41ae970faac794a19 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 17 Jun 2024 11:40:13 +0000 Subject: [PATCH] Add missing CHANGELOG entries --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8173138..a3febd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `--ignore-content-header-charsets` option to disable automatic retrieval of content charsets from content first bytes (#318) - Add `--ignore-http-header-charsets` option to disable automatic retrieval of content charsets from content HTTP `Content-Type` headers (#318) +### Changed + +- Simplify logic deciding content charset, stop guessing with chardet (#312) + +### Fixed + +- Rewrite only content with mimetype `text-html` when `WARC-Resource-Type` is `html` (#313) + ## [2.0.1] - 2024-06-13 ### Added