Skip to content

Commit

Permalink
Release notes for 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 18, 2024
1 parent 3bdf819 commit 4ca928b
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
Release notes
=============

.. _release-1.2.0:

itemloaders 1.2.0 (YYYY-MM-DD)
------------------------------

- Added official support for Python 3.12 and PyPy 3.10 (:gh:`75`)

- Removed official support for Python 3.7 (:gh:`72`)

- Improved performance of ``itemloaders.utils.arg_to_iter`` (:gh:`51`)

- Fixed test expectations on recent Python versions (:gh:`77`)

- Improved CI (:gh:`78`)

.. _release-1.1.0:

itemloaders 1.1.0 (2023-04-21)
Expand All @@ -29,10 +44,10 @@ itemloaders 1.1.0 (2023-04-21)
itemloaders 1.0.6 (2022-08-29)
------------------------------

Fixes a regression introduced in 1.0.5 that would cause the ``re`` parameter of
:meth:`ItemLoader.add_xpath` and similar methods to be passed to lxml, which
would trigger an exception when the value of ``re`` was a compiled pattern and
not a string (:gh:`56`)
- Fixes a regression introduced in 1.0.5 that would cause the ``re`` parameter of
:meth:`ItemLoader.add_xpath` and similar methods to be passed to lxml, which
would trigger an exception when the value of ``re`` was a compiled pattern and
not a string (:gh:`56`)

.. _release-1.0.5:

Expand Down Expand Up @@ -112,7 +127,7 @@ itemloaders 1.0.1 (2020-07-02)
itemloaders 1.0.0 (2020-05-18)
------------------------------

Initial release, based on a part of the :doc:`Scrapy <scrapy:index>` code base.
- Initial release, based on a part of the :doc:`Scrapy <scrapy:index>` code base.


.. _itemadapter: https://github.com/scrapy/itemadapter#itemadapter

0 comments on commit 4ca928b

Please sign in to comment.