From ed34a74d20b70673dc2b6e13ec61fd5ba210798b Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Fri, 7 Mar 2025 15:43:23 +0100 Subject: [PATCH] Prepare for v1.7.0 Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f4d32dab..954f8e7e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,5 @@ # Frequenz channels Release Notes -## Summary - - - -## Upgrading - - - ## New Features - An optional `tick_at_start` parameter has been added to `Timer`. When `True`, the timer will trigger immediately after starting, and then wait for the interval before triggering again.