From b6ccfcc3f48ac304ebd77476204aa09cec9e7a1c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 21 Nov 2023 12:50:29 +0100 Subject: [PATCH] Update the release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b3069d60..9b510d4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -145,4 +145,4 @@ ## Bug Fixes - +* `Timer`: Fix bug where if `reset()` was called while the timer was being waited on, the timer would not be reset and still wait for the original timeout.