summaryrefslogtreecommitdiffstats
path: root/vendor/crossbeam-utils/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crossbeam-utils/CHANGELOG.md')
-rw-r--r--vendor/crossbeam-utils/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/crossbeam-utils/CHANGELOG.md b/vendor/crossbeam-utils/CHANGELOG.md
index 3a93e4659..8e0fe35b9 100644
--- a/vendor/crossbeam-utils/CHANGELOG.md
+++ b/vendor/crossbeam-utils/CHANGELOG.md
@@ -1,3 +1,13 @@
+# Version 0.8.14
+
+- Fix build script bug introduced in 0.8.13. (#932)
+
+# Version 0.8.13
+
+**Note:** This release has been yanked due to regression fixed in 0.8.14.
+
+- Improve support for custom targets. (#922)
+
# Version 0.8.12
- Removes the dependency on the `once_cell` crate to restore the MSRV. (#913)