diff --git a/docs/news.rst b/docs/news.rst index 851e2c659..0e00c674f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -157,10 +157,6 @@ Backward-incompatible changes reported instead. (:gh:`7768`) -- The unused ``multiplier`` attribute of - :class:`~scrapy.extensions.periodic_log.PeriodicLog` is removed. - (:gh:`7809`) - Deprecation removals ~~~~~~~~~~~~~~~~~~~~ @@ -211,6 +207,10 @@ Deprecations future Scrapy version. (:gh:`7738`) +- The unused ``multiplier`` attribute of + :class:`~scrapy.extensions.periodic_log.PeriodicLog` is deprecated. + (:gh:`7809`, :gh:`7982`) + - Returning, from a :ref:`log formatter ` method, a ``msg`` with ``%(name)s`` placeholders and no ``args`` is deprecated. Those placeholders are still interpolated with the returned :class:`dict`, but in @@ -652,7 +652,9 @@ Quality assurance :gh:`7906`, :gh:`7928`, :gh:`7935`, - :gh:`7966`) + :gh:`7966`, + :gh:`7974`, + :gh:`7979`) .. _release-2.17.0: