From 9031b2c9edaf0d99585e95459a3531eb6cd980ee Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 10 Jul 2025 09:25:03 +0200 Subject: [PATCH] Prepare for release of v1.10 Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 41f623ad..5689f658 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,11 +2,7 @@ ## Summary - - -## Upgrading - - +This release introduces the experimental `GroupingLatestValueCache` and includes a couple of bug fixes. ## New Features @@ -14,6 +10,6 @@ ## Bug Fixes -- Fix `NopReceiver.ready()` to properly terminate when receiver is closed. +- Any open calls to `NopReceiver.ready()` now return as soon as the receiver is closed. - The `__str__` representation of broadcast receivers now include the receiver's name.