From e2527f5ea201bc6973056ff483f218c174bec425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Wed, 23 Jan 2013 11:27:04 -0200 Subject: [PATCH] Add 0.16.4 to release notes --- docs/news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 5b993dc50..9c096a3f8 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,18 @@ Release notes ============= +0.16.4 (released 2013-01-23) +---------------------------- + +- fixes spelling errors in documentation (:commit:`6d2b3aa`) +- add doc about disabling an extension. refs #132 (:commit:`c90de33`) +- Fixed error message formatting. log.err() doesn't support cool formatting and when error occured, the message was: "ERROR: Error processing %(item)s" (:commit:`c16150c`) +- lint and improve images pipeline error logging (:commit:`56b45fc`) +- fixed doc typos (:commit:`243be84`) +- add documentation topics: Broad Crawls & Common Practies (:commit:`1fbb715`) +- fix bug in scrapy parse command when spider is not specified explicitly. closes #209 (:commit:`c72e682`) +- Update docs/topics/commands.rst (:commit:`28eac7a`) + 0.16.3 (released 2012-12-07) ----------------------------