mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1966 from scrapy/release-notes-1.0.6
Add release notes for 1.0.6
This commit is contained in:
commit
5764511cd3
|
|
@ -3,6 +3,14 @@
|
|||
Release notes
|
||||
=============
|
||||
|
||||
1.0.6 (2016-05-04)
|
||||
------------------
|
||||
|
||||
- FIX: RetryMiddleware is now robust to non-standard HTTP status codes (:issue:`1857`)
|
||||
- FIX: Filestorage HTTP cache was checking wrong modified time (:issue:`1875`)
|
||||
- DOC: Support for Sphinx 1.4+ (:issue:`1893`)
|
||||
- DOC: Consistency in selectors examples (:issue:`1869`)
|
||||
|
||||
1.0.5 (2016-02-04)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue