summaryrefslogtreecommitdiffstats
path: root/vendor/crossbeam-channel/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crossbeam-channel/CHANGELOG.md')
-rw-r--r--vendor/crossbeam-channel/CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/crossbeam-channel/CHANGELOG.md b/vendor/crossbeam-channel/CHANGELOG.md
index f0d11e60c..6a405ee73 100644
--- a/vendor/crossbeam-channel/CHANGELOG.md
+++ b/vendor/crossbeam-channel/CHANGELOG.md
@@ -1,13 +1,29 @@
+# Version 0.5.8
+
+- Fix race condition in unbounded channel. (#972)
+
+# Version 0.5.7
+
+**Note:** This release has been yanked due to bug fixed in 0.5.8.
+
+- Improve handling of very large timeout. (#953)
+
# Version 0.5.6
+**Note:** This release has been yanked due to bug fixed in 0.5.8.
+
- Bump the minimum supported Rust version to 1.38. (#877)
# Version 0.5.5
+**Note:** This release has been yanked due to bug fixed in 0.5.8.
+
- Replace Spinlock with Mutex. (#835)
# Version 0.5.4
+**Note:** This release has been yanked due to bug fixed in 0.5.8.
+
- Workaround a bug in upstream related to TLS access on AArch64 Linux. (#802)
# Version 0.5.3
@@ -24,6 +40,8 @@
# Version 0.5.1
+**Note:** This release has been yanked due to bug fixed in 0.5.8.
+
- Fix memory leak in unbounded channel. (#669)
# Version 0.5.0