From 74fc3cd50cfb191eb74f45eff8d83b4a257438b0 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 12 Mar 2022 10:13:21 +0000 Subject: [PATCH] Generate Changelog for version 1.0.0rc8 --- CHANGELOG.rst | 9 +++++++++ changelog/106.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/106.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 69616218..d22493f1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,15 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.0.0rc8 (2022-03-12) +===================== + +Bug Fixes +--------- + +- Instead of just removing `saltfactories.utils.ports` and `saltfactories.utils.processes`, redirect the imports to the right library and show a deprecation warning. (`#106 `_) + + 1.0.0rc7 (2022-02-19) ===================== diff --git a/changelog/106.bugfix.rst b/changelog/106.bugfix.rst deleted file mode 100644 index fda68a9d..00000000 --- a/changelog/106.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Instead of just removing `saltfactories.utils.ports` and `saltfactories.utils.processes`, redirect the imports to the right library and show a deprecation warning.