This commit is contained in:
Adrian Chaves 2026-08-12 15:38:38 +02:00
parent 8f03e5ca39
commit 4caee732a1
1 changed files with 7 additions and 5 deletions

View File

@ -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 <custom-log-formats>` 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: