From 57d26755289eebc7aad90f2c654c1027783787ef Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Wed, 25 May 2022 22:33:09 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fc2b7..8c6ea31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Replace `exit()` with `sys.exit()` - Renamed class methods to not look like dunder methods +- Script execution moved from `os.system()` to `subprocess.call()` ## [2.1.2] - 2022-05-20