Skip to content

Commit

Permalink
Merge pull request #81 from scrapy/relnotes-0.9.0
Browse files Browse the repository at this point in the history
Release notes for 0.9.0
  • Loading branch information
wRAR authored May 7, 2024
2 parents 09f2dfa + 90b4455 commit 8a2813a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### 0.9.0 (YYYY-MM-DD)

Dropped Python 3.7 support, added official Python 3.12 support
([#75](https://github.com/scrapy/itemadapter/pull/75),
[#77](https://github.com/scrapy/itemadapter/pull/77)).

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).

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

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


### 0.8.0 (2023-03-30)

Dropped Python 3.6 support, and made Python 3.11 support official
Expand Down

0 comments on commit 8a2813a

Please sign in to comment.