From 629f6ca36fd4e0da5e1ae10dab041be61e66b6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Fri, 9 Nov 2012 13:01:20 -0200 Subject: [PATCH] Add 0.16.2 release notes --- docs/news.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index d81d7f81b..e4198eb9d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,17 @@ Release notes ============= +0.16.2 (released 2012-11-09) +---------------------------- + +- scrapy contracts: python2.6 compat (:commit:`a4a9199`) +- scrapy contracts verbose option (:commit:`ec41673`) +- proper unittest-like output for scrapy contracts (:commit:`86635e4`) +- added open_in_browser to debugging doc (:commit:`c9b690d`) +- removed reference to global scrapy stats from settings doc (:commit:`dd55067`) +- Fix SpiderState bug in Windows platforms (:commit:`58998f4`) + + 0.16.1 (released 2012-10-26) ----------------------------