diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a85b115..f55c4c54 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +0.16.1 (YYYY-MM-DD) +------------------- + +* Fix the bug that caused requests produced by + :class:`~scrapy_poet.page_input_providers.HttpClientProvider` to + be treated as if they need arguments of the ``parse`` callback as + dependencies, which could cause returning an empty response and/or making + extra provider calls. + 0.16.0 (2023-09-26) -------------------