Skip to content

Commit 9876833

Browse files
authored
Merge pull request #79 from scrapy/relnotes-1.2.0
Release notes for 1.2.0.
2 parents 3bdf819 + 4ca928b commit 9876833

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

docs/release-notes.rst

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
Release notes
66
=============
77

8+
.. _release-1.2.0:
9+
10+
itemloaders 1.2.0 (YYYY-MM-DD)
11+
------------------------------
12+
13+
- Added official support for Python 3.12 and PyPy 3.10 (:gh:`75`)
14+
15+
- Removed official support for Python 3.7 (:gh:`72`)
16+
17+
- Improved performance of ``itemloaders.utils.arg_to_iter`` (:gh:`51`)
18+
19+
- Fixed test expectations on recent Python versions (:gh:`77`)
20+
21+
- Improved CI (:gh:`78`)
22+
823
.. _release-1.1.0:
924

1025
itemloaders 1.1.0 (2023-04-21)
@@ -29,10 +44,10 @@ itemloaders 1.1.0 (2023-04-21)
2944
itemloaders 1.0.6 (2022-08-29)
3045
------------------------------
3146

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

3752
.. _release-1.0.5:
3853

@@ -112,7 +127,7 @@ itemloaders 1.0.1 (2020-07-02)
112127
itemloaders 1.0.0 (2020-05-18)
113128
------------------------------
114129

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

117132

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

0 commit comments

Comments
 (0)