From 35265575ced5642479c266ddeca63e97bd3a3998 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Tue, 7 Jan 2025 11:35:19 +0100 Subject: [PATCH] Update release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 41a0872e..8710c766 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,8 @@ - Added support for disabling the overflow-warning log messagess in broadcast receivers, through the `warn_on_overflow` parameter on `Broadcast.new_receiver()` calls. +- Added an abstract `Receiver.close()` method for closing just a receiver. Also implemented it for all the `Receiver` implementations in this library. + ## Bug Fixes