Merge pull request #2188 from scrapy/release-notes-1.1.2-master

Add release notes for 1.1.2 version
This commit is contained in:
Paul Tremberth 2016-08-19 17:04:28 +02:00 committed by GitHub
commit cacd038b10
1 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,20 @@
Release notes
=============
1.1.2 (2016-08-18)
------------------
Bug fixes
~~~~~~~~~
- Introduce a missing :setting:`IMAGES_STORE_S3_ACL` setting to override
the default ACL policy in ``ImagesPipeline`` when uploading images to S3
(note that default ACL policy is "private" -- instead of "public-read" --
since Scrapy 1.1.0)
- :setting:`IMAGES_EXPIRES` default value set back to 90
(the regression was introduced in 1.1.1)
1.1.1 (2016-07-13)
------------------