From 6b86617395c0d39c20d5f6327787b8713b4dc406 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 14 Feb 2023 15:23:10 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e3743..ff65e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.1.76 + +* cron: The `dbp:relay:core:cron` command will no longer run all jobs the first + time it is called when the cache is empty. +* cron: The `dbp:relay:core:cron` command gained `--force` option which forces + it to run all jobs, independent of their schedule. +* cron: There is a new `dbp:relay:core:cron:list` command which lists all + registered cron jobs and related meta data. + # v0.1.75 * The logging context now includes the active symfony route name -- GitLab