From d0926f7629d40973ca7c664d271f5bea563feafd Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 17 Sep 2026 10:11:26 +0200 Subject: [PATCH] Clear release notes The release notes were not cleared after the release, so we leave only the notes that corresponds to the current development branch unreleased commits. Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d347a44..a4e6edd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,8 +19,3 @@ ## Bug Fixes - -* Fixed bugs that could cause a dispatch actor not to stop when an update - arrives exactly at the moment a dispatch window closes. Also fixed a - related issue that could cause incorrect event ordering when multiple - dispatches are updated concurrently.