Mention implementation of #667

This commit is contained in:
Paul Tremberth 2017-05-16 16:00:26 +02:00
parent 896c30a8eb
commit 432668acf7
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ New Features
:setting:`DOWNLOAD_FAIL_ON_DATALOSS` setting (:issue:`2590`, fixes :issue:`2586`)
- Optional pretty-printing of JSON and XML items via
:setting:`FEED_EXPORT_INDENT` setting (:issue:`2456`, fixes :issue:`1327`)
- Allow dropping fields in ``FormRequest.from_response`` formdata when
``None`` value is passed (:issue:`667`)
.. _brotli: https://github.com/google/brotli
.. _brotlipy: https://github.com/python-hyper/brotlipy/