Skip to content

Commit

Permalink
Add missing CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jun 17, 2024
1 parent ab46842 commit e68a5bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e68a5bf

Please sign in to comment.