Merge pull request #2641 from redapple/release-notes-1.3.3-master

Update release notes and versionadded for SPIDER_LOADER_WARN_ONLY
This commit is contained in:
Paul Tremberth 2017-03-10 17:15:26 +01:00 committed by GitHub
commit cfb56400b2
2 changed files with 14 additions and 2 deletions

View File

@ -3,13 +3,25 @@
Release notes
=============
Scrapy 1.3.3 (2017-03-10)
-------------------------
Bug fixes
~~~~~~~~~
- Make ``SpiderLoader`` raise ``ImportError`` again by default for missing
dependencies and wrong :setting:`SPIDER_MODULES`.
These exceptions were silenced as warnings since 1.3.0.
A new setting is introduced to toggle between warning or exception if needed ;
see :setting:`SPIDER_LOADER_WARN_ONLY` for details.
Scrapy 1.3.2 (2017-02-13)
-------------------------
Bug fixes
~~~~~~~~~
- Preserve crequest class when converting to/from dicts (utils.reqser) (:issue:`2510`).
- Preserve request class when converting to/from dicts (utils.reqser) (:issue:`2510`).
- Use consistent selectors for author field in tutorial (:issue:`2551`).
- Fix TLS compatibility in Twisted 17+ (:issue:`2558`)

View File

@ -1185,7 +1185,7 @@ The class that will be used for loading spiders, which must implement the
SPIDER_LOADER_WARN_ONLY
-----------------------
.. versionadded:: 1.4
.. versionadded:: 1.3.3
Default: ``False``