From 724b6a620a4d270d42485c90cc8a47c9581b8074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 13 Mar 2025 11:18:11 +0100 Subject: [PATCH] news.rst: Remove fake bug fix I was convinced this used to be an issue, but I could not reproduce it in Scrapy 2.12 --- docs/news.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index d7de9c769..dc22b0f69 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -80,14 +80,6 @@ New features (:issue:`740`, :issue:`1051`, :issue:`1443`, :issue:`3237`, :issue:`4467`, :issue:`5282`, :issue:`6715`) -Bug fixes -~~~~~~~~~ - -- The first :setting:`CONCURRENT_REQUESTS` start requests are no longer sent - in reserve order by default. - - (:issue:`6715`, :issue:`6729`) - .. _release-2.12.0: