From 57fafc702dec66544d3d96b9d3d26c0ded725e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 6 Aug 2015 18:01:51 -0300 Subject: [PATCH] Add 1.0.2 release notes --- docs/news.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 1a2f8dc98..21612fcc7 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,16 @@ Release notes ============= +1.0.2 (2015-08-06) +------------------ + +- Twisted 15.3.0 does not raises PicklingError serializing lambda functions (:commit:`b04dd7d`) +- Minor method name fix (:commit:`6f85c7f`) +- minor: scrapy.Spider grammar and clarity (:commit:`9c9d2e0`) +- Put a blurb about support channels in CONTRIBUTING (:commit:`c63882b`) +- Fixed typos (:commit:`a9ae7b0`) +- Fix doc reference. (:commit:`7c8a4fe`) + 1.0.1 (2015-07-01) ------------------