From 9777612cfdf28a0ea7f4d0b7b7ed861d89386d96 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 7 Feb 2024 08:54:59 +0000 Subject: [PATCH] Add changelog for the changes in #65986 --- changelog/65986.deprecated.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/65986.deprecated.md diff --git a/changelog/65986.deprecated.md b/changelog/65986.deprecated.md new file mode 100644 index 00000000000..582631a4100 --- /dev/null +++ b/changelog/65986.deprecated.md @@ -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.