From 49e836cd09a8f2b7df1280a648adaadb5e194b93 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 7 Jul 2026 09:24:50 +0200 Subject: [PATCH] Address minor issues --- docs/news.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 5610c47fb..2a1b218ae 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -50,13 +50,15 @@ Deprecations - ``scrapy.core.downloader.tls.openssl_methods`` + - ``scrapy.core.downloader.tls.DEFAULT_CIPHERS`` + - ``scrapy.utils.ssl.ffi_buf_to_string()`` - ``scrapy.utils.ssl.get_temp_key_info()`` - ``scrapy.utils.ssl.x509name_to_string()`` - (:issue:`6546`, :issue:`7619`) + (:issue:`6546`, :issue:`7619`, :issue:`7665`) - The ``CRAWLSPIDER_FOLLOW_LINKS`` setting is deprecated. You can set ``follow=False`` in your rules to achieve the same effect. @@ -237,7 +239,7 @@ Documentation - Documented a way to :ref:`improve startup time and memory usage ` by using :setting:`SPIDER_MODULES`. - (:issue:`7576`) + (:issue:`7576`, :issue:`7600`) - Clarified handling of the ``type`` argument of :class:`~scrapy.Selector`. (:issue:`7704`) @@ -259,7 +261,7 @@ Quality assurance (:issue:`7621`) - Type hints improvements and fixes. - (:issue:`6958`, :issue:`7585`) + (:issue:`6958`, :issue:`7585`, :issue:`7586`) - CI and test improvements and fixes. (:issue:`5954`,