Cover #5525 in the 2.6.2 release notes (#5535)

This commit is contained in:
Adrián Chaves 2022-06-17 11:51:02 +02:00 committed by GitHub
parent 4ef71829b2
commit 54bfb9649b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -295,6 +295,7 @@ intersphinx_mapping = {
'twisted': ('https://twistedmatrix.com/documents/current', None),
'twistedapi': ('https://twistedmatrix.com/documents/current/api', None),
}
intersphinx_disabled_reftypes = []
# Options for sphinx-hoverxref options

View File

@ -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`)