Skip to content

Commit

Permalink
Add missing parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed May 7, 2024
1 parent ea8e285 commit 98be128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Dropped Python 3.7 support, added official Python 3.12 support

Updated the documentation and the type hint about `ItemAdapter.ADAPTER_CLASSES`
to say that subclasses can use any iterable, not just `collections.deque`
([#74](https://github.com/scrapy/itemadapter/pull/74).
([#74](https://github.com/scrapy/itemadapter/pull/74)).

Documented that `Pydantic >= 2` is not supported yet
([#73](https://github.com/scrapy/itemadapter/pull/73).
([#73](https://github.com/scrapy/itemadapter/pull/73)).

Updated CI configuration
([#77](https://github.com/scrapy/itemadapter/pull/77),
Expand Down

0 comments on commit 98be128

Please sign in to comment.