From 9414c2b69235e0f2f04001e0b79bc8748e561f3b Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Mon, 18 Nov 2024 10:47:59 +0100 Subject: [PATCH] Update readme for release Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3eb93fa7..dd88596f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,7 +5,3 @@ * Update BaseApiClient to get the http2 keepalive feature. * Some Methods from the high-level API have been moved to this repo: The dispatch class now offers: `until`, `started`, `next_run` and `next_run_after`. * Add `start_immediately` support to the `create` method. You can now specify "NOW" as the start time to trigger immediate dispatch. Note: While the dispatch CLI previously allowed this by converting "NOW" to a timestamp client-side before sending it to the server, this functionality is now supported directly on the server side! - -## Bug Fixes - -* Fix crash by adding the missing YEARLY frequency.