From 3c9c78865a50a07e5d21b3a7c2ae25ddc08ae433 Mon Sep 17 00:00:00 2001 From: ch3ll Date: Thu, 5 Dec 2019 16:10:48 -0500 Subject: [PATCH] Add authorize/any_auth deprecation to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd3386dab38..6a690ab257c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Versions are `MAJOR.PATCH`. - [#54943](https://github.com/saltstack/salt/pull/54943) - RAET transport method has been removed per the deprecation schedule - [@s0undt3ch](https://github.com/s0undt3ch) ### Deprecated +- [#55539](https://github.com/saltstack/salt/pull/55539) - Deprecate salt.auth.Authorize class and the any_auth method ### Changed