merge 0.16.5 release notes

This commit is contained in:
Daniel Graña 2013-05-30 18:43:59 -03:00
parent 58dc16f48d
commit b4fca90bba
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@ Release notes
- New default middleware named MetaRefreshMiddldeware that handles meta-refresh html tag redirections,
MetaRefreshMiddldeware and RedirectMiddleware have different priorities to address #62
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)
----------------------------