File tree 2 files changed +11
-1
lines changed 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
+
1
5
# Version 0.5.14
2
6
7
+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
8
+
3
9
- Fix stack overflow when sending large value to unbounded channel. (#1146 , #1147 )
4
10
- Add ` Select::new_biased ` function. (#1150 )
5
11
- Remove inefficient spinning. (#1154 )
6
12
- Suppress buggy ` clippy::zero_repeat_side_effects ` lint in macro generated code. (#1123 )
7
13
8
14
# Version 0.5.13
9
15
16
+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
17
+
10
18
- Add ` select_biased! ` macro. (#1040 )
11
19
12
20
# Version 0.5.12
13
21
22
+ ** Note:** This release has been yanked due to bug fixed in 0.5.15.
23
+
14
24
- Fix memory leak in unbounded channel. (#1084 )
15
25
16
26
# Version 0.5.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md (when increasing major or minor version)
6
6
# - Run './tools/publish.sh crossbeam-channel <version>'
7
- version = " 0.5.14 "
7
+ version = " 0.5.15 "
8
8
edition = " 2021"
9
9
rust-version = " 1.60"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments