From 2ff47347437076e54f7be1f12e6760cd6603edfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Tue, 8 Dec 2020 11:53:36 +0100 Subject: [PATCH] Move the Changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22c1435c..ea698a64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added AUDIT and POLICY to EntityType enum [#353](https://github.com/greenbone/python-gvm/pull/353) ### Changed +* added the `audits` parameter to `get_policy` [#345](https://github.com/greenbone/python-gvm/pull/345) + ### Deprecated ### Removed ### Fixed @@ -25,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Implement tuple for `family` argument for `modify_config_set_family_selection` [#354](https://github.com/greenbone/python-gvm/pull/354) -* added the `audits` parameter to `get_policy` [#345](https://github.com/greenbone/python-gvm/pull/345) [20.11.3]: https://github.com/greenbone/python-gvm/compare/v20.11.2...HEAD