Skip to content

Commit

Permalink
Describe the providers in the changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Dec 11, 2023
1 parent a829761 commit 93fbfa2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Changelog

* Now requires ``web-poet >= 0.15.1``.

* Add :class:`~scrapy_poet.page_input_providers.HttpRequestProvider`.
* :class:`~web_poet.page_inputs.http.HttpRequest` dependencies are now
supported, via :class:`~scrapy_poet.page_input_providers.HttpRequestProvider`
(enabled by default).

* Enable :class:`~scrapy_poet.page_input_providers.StatsProvider` by default.
* Enable :class:`~scrapy_poet.page_input_providers.StatsProvider`, which
provides :class:`~web_poet.page_inputs.stats.Stats` dependencies, by default.

* More robust disabling of
:class:`~scrapy_poet.downloadermiddlewares.InjectionMiddleware` in the
Expand Down

0 comments on commit 93fbfa2

Please sign in to comment.