From 5cf2bbf821bc5a8602db11d41a3d44e5b99f03fc Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Mon, 30 Oct 2023 11:33:01 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bfbfbb6..21c6aaa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,9 +49,12 @@ + Fixed: Error when trying to directly import falconpy module (no package installation). Closes #1056. - `_auth_object/_falcon_interface.py` - `_util/_functions.py` - - Thanks to @tsullivan06 for identifying and reporting this issue. 🙇 + - Thanks go out to @tsullivan06 for identifying and reporting this issue. 🙇 + Fixed: Legacy Uber Class is not logging Operation ID in debug logs. Closes #1057. - `api_complete/_legacy.py` ++ Fixed: Can not use `add-rule-group` and `remove-rule-group` actions with the __`performFirewallPoliciesAction`__ operation. Closes #1059. + - `firewall_policies.py` + - Thanks go out to @api-clobberer for identifying and reporting this isseu. 🙇 ---