From f756c2c652df62f6526e2409a6c66d535da6193e Mon Sep 17 00:00:00 2001 From: benoit74 Date: Wed, 7 Aug 2024 09:38:15 +0000 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1927f4b..417d2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add `--custom-behaviors` argument to support path/HTTP(S) URL custom behaviors to pass to the crawler (#313) + ### Changed - Make it clear that `--profile` argument can be an HTTP(S) URL (and not only a path) (#288) -- Add `--custom-behaviors` argument to support path/HTTP(S) URL custom behaviors to pass to the crawler (#313) - Fix README imprecisions + add back warc2zim availability in docker image (#314) - Enhance integration test to assert final content of the ZIM (#287)