From 560c064383f54754806fd953f8a0bb85082ef25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 30 May 2013 18:43:59 -0300 Subject: [PATCH] Add 0.16.5 release notes --- docs/news.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 9c096a3f8..5c46ec3e1 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,15 @@ Release notes ============= +0.16.5 (released 2013-05-30) +---------------------------- + +- obey request method when scrapy deploy is redirected to a new endpoint (:commit:`8c4fcee`) +- fix inaccurate downloader middleware documentation. refs #280 (:commit:`40667cb`) +- doc: remove links to diveintopython.org, which is no longer available. closes #246 (:commit:`bd58bfa`) +- Find form nodes in invalid html5 documents (:commit:`e3d6945`) +- Fix typo labeling attrs type bool instead of list (:commit:`a274276`) + 0.16.4 (released 2013-01-23) ----------------------------