You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
13
13
- Added support for disabling the overflow-warning log messagess in broadcast receivers, through the `warn_on_overflow` parameter on `Broadcast.new_receiver()` calls.
14
14
15
+
- Added a `Receiver.close()` method for closing just a receiver. Also implemented it for all the `Receiver` implementations in this library.
16
+
15
17
## Bug Fixes
16
18
17
19
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments