Skip to content

Commit

Permalink
Cover scrapy#5525 in the 2.6.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jun 17, 2022
1 parent 4ef7182 commit 1261647
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -295,6 +295,7 @@
'twisted': ('https://twistedmatrix.com/documents/current', None),
'twistedapi': ('https://twistedmatrix.com/documents/current/api', None),
}
intersphinx_disabled_reftypes = []


# Options for sphinx-hoverxref options
Expand Down
9 changes: 7 additions & 2 deletions docs/news.rst
Expand Up @@ -5,14 +5,19 @@ Release notes

.. _release-2.6.2:

Scrapy 2.6.2 (2022-0?-??)
-------------------------
Scrapy 2.6.2 (to be determined)
-------------------------------

Fixes additional regressions introduced in 2.6.0:

- :class:`~scrapy.crawler.CrawlerProcess` supports again crawling multiple
spiders (:issue:`5435`, :issue:`5436`)

- Installing a Twisted reactor before Scrapy does (e.g. importing
:mod:`twisted.internet.reactor` somewhere at the module level) no longer
prevents Scrapy from starting, as long as a different reactor is not
specified in :setting:`TWISTED_REACTOR` (:issue:`5525`, :issue:`5528`)

- Fixed an exception that was being logged after the spider finished under
certain conditions (:issue:`5437`, :issue:`5440`)

Expand Down

0 comments on commit 1261647

Please sign in to comment.