From 0f816524e86461f5cfd28aaec2a9f971e571b226 Mon Sep 17 00:00:00 2001 From: Valdir Stumm Jr Date: Wed, 3 Feb 2016 15:07:12 -0200 Subject: [PATCH 1/2] edit API changes, Deprecations, and Relocations sections. --- docs/news.rst | 75 +++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 44 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 50440c63c..900c6d1c5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -32,10 +32,8 @@ some limitations: New Features and Enhancements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Scrapy now has a Code of Conduct: - https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md - (:issue:`1681`) -- Command line tool completion for zsh (:issue:`934`). +- Scrapy now has a `Code of Conduct`_ (:issue:`1681`). +- Command line tool now has completion for zsh (:issue:`934`). - ``scrapy shell`` got a few changes of its own: - it now checks a new ``SCRAPY_PYTHON_SHELL`` environment @@ -53,9 +51,9 @@ New Features and Enhancements - Autothrottle code has been cleaned up and its docs have been improved; there's also a new ``AUTOTHROTTLE_TARGET_CONCURRENCY`` setting which allows to send more than 1 concurrent request on average (:issue:`1324`). -- Memory usage extension has a new ``MEMUSAGE_CHECK_INTERVAL_SECONDS`` +- Memory usage extension got a new ``MEMUSAGE_CHECK_INTERVAL_SECONDS`` setting to change default check interval (:issue:`1282`). -- HTTP caching follows RFC2616 more closely (TODO: link to docs); +- HTTP caching now follows RFC2616 more closely (TODO: link to docs); 2 new settings can be used to control level of compliancy: ``HTTPCACHE_ALWAYS_STORE`` and ``HTTPCACHE_IGNORE_RESPONSE_CACHE_CONTROLS`` (:issue:`1151`). @@ -67,7 +65,7 @@ New Features and Enhancements - Form submission: - now works with ``