From a9861641b1f261d5968211b58d4aac0c2823e206 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 13 Dec 2024 02:04:31 +0100 Subject: [PATCH] Update changelog. --- .changelog-bugfix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changelog-bugfix.md b/.changelog-bugfix.md index 48f5d4c02..d846aebe2 100644 --- a/.changelog-bugfix.md +++ b/.changelog-bugfix.md @@ -1,5 +1,6 @@ # Quality-of-Life Improvements +- The build system now uses a lightweight custom implementation instead of [SCons](https://scons.org/) and is better modularized to avoid unnecessary runs of Continuous Integration jobs when only certain parts of it are modified. - Releases are now automated via Continuous Integration, including the update of the project's changelog. - The presentation of algorithmic parameters in the documentation has been improved. - Outdated GitHub Actions can now be printed via the build target `check_github_actions`. Alternatively, the build target `update_github_actions` may be used to update them automatically.