Skip to content

Commit 483e9f2

Browse files
authored
Clear release notes (#441)
2 parents 95a79d6 + e9c1e63 commit 483e9f2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Summary
44

5-
This release introduces the experimental `GroupingLatestValueCache` and includes a couple of bug fixes.
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
610

711
## New Features
812

9-
- This release introduces the experimental `GroupingLatestValueCache`. It is similar to the `LatestValueCache`, but accepts an additional key-function as an argument, which takes each incoming message and returns a key for that message. The latest value received for each unique key gets cached and is available to look up on-demand through a `collections.abc.Mapping` interface.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1014

1115
## Bug Fixes
1216

13-
- Any open calls to `NopReceiver.ready()` now return as soon as the receiver is closed.
14-
15-
- The `__str__` representation of broadcast receivers now include the receiver's name.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)