From 0942fe99630508968e06e56c99998f94bdd90be0 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Mon, 18 Nov 2024 13:33:40 +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 d846aebe2..266bfe0ed 100644 --- a/.changelog-bugfix.md +++ b/.changelog-bugfix.md @@ -4,3 +4,4 @@ - 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. +- Continuous Integration is now used to automatically update outdated GitHub Actions on a regular schedule.