From 9315e944a225a4010870333ff751fb2ed512f489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 13 Feb 2017 14:56:29 -0300 Subject: [PATCH] Release notes for 1.3.2 --- docs/news.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 3c1d24561..ff1e4ce03 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,16 @@ Release notes ============= +Scrapy 1.3.2 (2017-02-13) +------------------------- + +Bug fixes +~~~~~~~~~ + +- Preserve crequest 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`) + Scrapy 1.3.1 (2017-02-08) -------------------------