mirror of https://github.com/scrapy/scrapy.git
Update release notes for 1.0.0rc2
(cherry picked from commit 6e61d54168)
This commit is contained in:
parent
d9bcd48606
commit
24d8a85269
|
|
@ -233,7 +233,7 @@ Changelog
|
|||
New Features and Enhancements
|
||||
|
||||
- Python logging (:issue:`1060`, :issue:`1235`, :issue:`1236`, :issue:`1240`,
|
||||
:issue:`1259`)
|
||||
:issue:`1259`, :issue:`1278`)
|
||||
- FEED_EXPORT_FIELDS option (:issue:`1159`, :issue:`1224`)
|
||||
- Dns cache size and timeout options (:issue:`1132`)
|
||||
- support namespace prefix in xmliter_lxml (:issue:`963`)
|
||||
|
|
@ -256,7 +256,8 @@ New Features and Enhancements
|
|||
- GSoC Per-spider settings (:issue:`854`)
|
||||
- Add project name validation (:issue:`817`)
|
||||
- GSoC API cleanup (:issue:`816`, :issue:`1128`, :issue:`1147`,
|
||||
:issue:`1148`, :issue:`1156`, :issue:`1185`, :issue:`1187`, :issue:`1258`)
|
||||
:issue:`1148`, :issue:`1156`, :issue:`1185`, :issue:`1187`, :issue:`1258`,
|
||||
:issue:`1268`, :issue:`1276`)
|
||||
- Be more responsive with IO operations (:issue:`1074` and :issue:`1075`)
|
||||
|
||||
Deprecations and Removals
|
||||
|
|
@ -280,6 +281,8 @@ Relocations
|
|||
- Deleted bin folder from root, fixes #913 (:issue:`914`)
|
||||
- Remove jsonrpc based webservice (:issue:`859`)
|
||||
- Move Test cases under project root dir (:issue:`827`, :issue:`841`)
|
||||
- Fix backward incompatibility for relocated paths in settings
|
||||
(:issue:`1267`)
|
||||
|
||||
Documentation
|
||||
|
||||
|
|
@ -303,7 +306,7 @@ Documentation
|
|||
:issue:`1196`, :issue:`1172`, :issue:`1171`, :issue:`1169`, :issue:`1160`,
|
||||
:issue:`1154`, :issue:`1127`, :issue:`1112`, :issue:`1105`, :issue:`1041`,
|
||||
:issue:`1082`, :issue:`1033`, :issue:`944`, :issue:`866`, :issue:`864`,
|
||||
:issue:`796`)
|
||||
:issue:`796`, :issue:`1260`, :issue:`1271`)
|
||||
|
||||
Bugfixes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue