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.