Skip to content

Commit

Permalink
Release notes for 1.0.6 (scrapy#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Aug 29, 2022
1 parent 693fb13 commit 49dceaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Release notes
=============

.. _release-1.0.6:

itemloaders 1.0.6 (to be released)
----------------------------------

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:

itemloaders 1.0.5 (2022-08-25)
Expand Down

0 comments on commit 49dceaa

Please sign in to comment.