1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 10:43:44 +00:00

Update release notes for upcoming 1.2.1

This commit is contained in:
Paul Tremberth 2016-10-20 13:12:27 +02:00
parent eb5d396527
commit 22772a61c8

View File

@ -3,6 +3,30 @@
Release notes
=============
Scrapy 1.2.1 (2016-MM-DD)
-------------------------
Bug fixes
~~~~~~~~~
- Include OpenSSL's more permissive default ciphers when establishing
TLS/SSL connections (:issue:`2314`).
- Fix "Location" HTTP header decoding on non-ASCII URL redirects (:issue:`2321`).
Documentation
~~~~~~~~~~~~~
- Fix JsonWriterPipeline example (:issue:`2302`).
- Various notes: :issue:`2330` on spider names,
:issue:`2329` on middleware methods processing order,
:issue:`2327` on getting multi-valued HTTP headers as lists.
Other changes
~~~~~~~~~~~~~
- Removed ``www.`` from ``start_urls`` in built-in spider templates (:issue:`2299`).
Scrapy 1.2.0 (2016-10-03)
-------------------------