1# Version 0.3.4
2
3- Avoid the last clone in `try_recv` (#18).
4- Add some basic benchmarks.
5
6# Version 0.3.3
7
8- Close channel if the last receiver to drop is inactive.
9
10# Version 0.3.2
11
12- Fix a underflow panic (#14).
13- Document difference with other broadcast APIs.
14
15# Version 0.3.1
16
17- Channel API in InactiveReceiver (#11).
18- {Sender,Receiver}::inactive_receiver_count method.
19
20# Version 0.3.0
21
22- overflow mode.
23- ability to modify channel capacity.
24- Inactive receivers (#2).
25- Document difference to `async-channel` crate (#6).
26
27# Version 0.2.0
28
29- First real release.
30
31# Version 0.1.0
32
33- Dummy release to get the name registered on crates.io.
34