File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.5.15
2+
3+ - Fix regression introduced in 0.5.12 that can lead to a double free when dropping unbounded channel. (#1187 )
4+
15# Version 0.5.14
26
7+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
8+
39- Fix stack overflow when sending large value to unbounded channel. (#1146 , #1147 )
410- Add ` Select::new_biased ` function. (#1150 )
511- Remove inefficient spinning. (#1154 )
612- Suppress buggy ` clippy::zero_repeat_side_effects ` lint in macro generated code. (#1123 )
713
814# Version 0.5.13
915
16+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
17+
1018- Add ` select_biased! ` macro. (#1040 )
1119
1220# Version 0.5.12
1321
22+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
23+
1424- Fix memory leak in unbounded channel. (#1084 )
1525
1626# Version 0.5.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
44# - Update CHANGELOG.md
55# - Update README.md (when increasing major or minor version)
66# - Run './tools/publish.sh crossbeam-channel <version>'
7- version = " 0.5.14 "
7+ version = " 0.5.15 "
88edition = " 2021"
99rust-version = " 1.60"
1010license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments