From 4ae7385743b79edb46e768504ee277dd7195624b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Fri, 7 Dec 2012 18:52:42 -0200 Subject: [PATCH] Add 0.16.3 release notes --- docs/news.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index e4198eb9d..5b993dc50 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,19 @@ Release notes ============= +0.16.3 (released 2012-12-07) +---------------------------- + +- Remove concurrency limitation when using download delays and still ensure inter-request delays are enforced (:commit:`487b9b5`) +- add error details when image pipeline fails (:commit:`8232569`) +- improve mac os compatibility (:commit:`8dcf8aa`) +- setup.py: use README.rst to populate long_description (:commit:`7b5310d`) +- doc: removed obsolete references to ClientForm (:commit:`80f9bb6`) +- correct docs for default storage backend (:commit:`2aa491b`) +- doc: removed broken proxyhub link from FAQ (:commit:`bdf61c4`) +- Merge branch '0.16' of github.com:scrapy/scrapy into 0.16 (:commit:`d5087b0`) +- Fixed docs typo in SpiderOpenCloseLogging example (:commit:`7184094`) + 0.16.2 (released 2012-11-09) ----------------------------