From e6b3ca0180bfd9d4735e38b7f0d1d8dcd2e1dbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 3 Sep 2013 14:27:22 -0300 Subject: [PATCH] Add 0.18.2 release notes --- docs/news.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index e3a7eda39..1a156e2cc 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -9,6 +9,12 @@ Release notes - Request/Response url/body attributes are now immutable (modifying them had been deprecated for a long time) +0.18.2 (released 2013-09-03) +---------------------------- + +- Backport `scrapy check` command fixes and backward compatible multi + crawler process(:issue:`339`) + 0.18.1 (released 2013-08-27) ----------------------------