From 7284db180951bea6eecdd4e20845223ff6f0d1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Fri, 26 Oct 2012 18:53:59 -0200 Subject: [PATCH] update news file with 0.16.1 release notes --- docs/news.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 415bbc6e0..d81d7f81b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,17 @@ Release notes ============= +0.16.1 (released 2012-10-26) +---------------------------- + +- fixed LogStats extension, which got broken after a wrong merge before the 0.16 release (:commit:`8c780fd`) +- better backwards compatibility for scrapy.conf.settings (:commit:`3403089`) +- extended documentation on how to access crawler stats from extensions (:commit:`c4da0b5`) +- removed .hgtags (no longer needed now that scrapy uses git) (:commit:`d52c188`) +- fix dashes under rst headers (:commit:`fa4f7f9`) +- set release date for 0.16.0 in news (:commit:`e292246`) + + 0.16.0 (released 2012-10-18) ----------------------------