Merge pull request #2298 from scrapy/update-1.2-relnotes-data-dir-util

Update 1.2 release notes with data_path changes from #1581
This commit is contained in:
Daniel Graña 2016-09-30 15:23:55 -03:00 committed by GitHub
commit 5d38a8e2d9
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`).