diff --git a/docs/news.rst b/docs/news.rst index 17a7318a0..6966e7763 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -64,6 +64,16 @@ Deprecations ``follow=False`` in your rules to achieve the same effect. (:issue:`7592`) +- Instantiating + :class:`~scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware` + without a ``crawler`` argument is deprecated. + (:issue:`7655`) + +- Instantiating + :class:`~scrapy.spidermiddlewares.referer.RefererMiddleware` without a + ``settings`` argument is deprecated. + (:issue:`7664`) + New features ~~~~~~~~~~~~