summaryrefslogtreecommitdiffstats
path: root/vendor/crossbeam-epoch/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crossbeam-epoch/CHANGELOG.md')
-rw-r--r--vendor/crossbeam-epoch/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/crossbeam-epoch/CHANGELOG.md b/vendor/crossbeam-epoch/CHANGELOG.md
index 2f70edba7..b05a52dfc 100644
--- a/vendor/crossbeam-epoch/CHANGELOG.md
+++ b/vendor/crossbeam-epoch/CHANGELOG.md
@@ -1,3 +1,9 @@
+# Version 0.9.10
+
+- Bump the minimum supported Rust version to 1.38. (#877)
+- Mitigate the risk of segmentation faults in buggy downstream implementations. (#879)
+- Add `{Atomic, Shared}::try_into_owned` (#701)
+
# Version 0.9.9
- Replace lazy_static with once_cell. (#817)