From 35bcf7d646c9735595f30efc57ac40cbd3ae2054 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 2 Nov 2023 15:03:10 +0400 Subject: [PATCH] Release notes for 0.16.1. --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -------------------