update release notes with changes from #1581

This commit is contained in:
Elias Dorneles 2016-09-30 11:42:50 -03:00
parent 47ef202acd
commit 559b4edaec
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Bug fixes
- DefaultRequestHeaders middleware now runs before UserAgent middleware
(:issue:`2088`). **Warning: this is technically backwards incompatible**,
though we consider this a bug fix.
- HTTP cache extension and plugins that use the ``.scrapy`` data directory now
work outside projects (:issue:`1581`). **Warning: this is technically
backwards incompatible**, though we consider this a bug fix.
- ``Selector`` does not allow passing both ``response`` and ``text`` anymore
(:issue:`2153`).
- Fixed logging of wrong callback name with ``scrapy parse`` (:issue:`2169`).