Add changelog for the changes in #65986

This commit is contained in:
Pedro Algarvio 2024-02-07 08:54:59 +00:00
parent 3b24505b3a
commit 9777612cfd

View file

@ -0,0 +1,8 @@
Removed deprecated code:
* All of ``salt/log/`` which has been on a deprecation path for a long time.
* Some of the logging handlers found in ``salt/_logging/handlers`` have been removed since the standard library provides
them.
* Removed the deprecated ``salt/modules/cassandra_mod.py`` module and any tests for it.
* Removed the deprecated ``salt/returners/cassandra_return.py`` module and any tests for it.
* Removed the deprecated ``salt/returners/django_return.py`` module and any tests for it.