From 22772a61c8252493ae2bdd344a2e916048e92db2 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 20 Oct 2016 13:12:27 +0200 Subject: [PATCH] Update release notes for upcoming 1.2.1 --- docs/news.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 8647041f6..b375694e2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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) -------------------------