File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.2 (October 7, 2021)
2
+
3
+ ### Added
4
+
5
+ - Add a loom::cell::Cell, which provides a basic wrapper of the loom UnsafeCell (#196 )
6
+ - Arc counter manipulations (#225 )
7
+ - Implement ` Mutex::into_inner ` and ` RwLock::into_inner ` (#215 )
8
+ - Implement ` Release ` , ` AcqRel ` , and ` SeqCst ` fences (#220 )
9
+ - ` Arc::as_ptr ` added (#230 )
10
+ - ` Arc::pin ` added (#224 )
11
+
12
+ ### Changed
13
+
14
+ - Remove implicit ` T: Sized ` requirement from ` UnsafeCell ` (#222 )
15
+ - Update tracing (#227 )
16
+
1
17
# 0.5.1 (July 2, 2021)
2
18
3
19
### Added
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ name = "loom"
8
8
# - Cargo.toml
9
9
# - README.md
10
10
# - Create git tag
11
- version = " 0.5.1 "
11
+ version = " 0.5.2 "
12
12
edition = " 2018"
13
13
license = " MIT"
14
14
authors = [
" Carl Lerche <[email protected] >" ]
15
15
description = " Permutation testing for concurrent code"
16
- documentation = " https://docs.rs/loom/0.5.1 /loom"
16
+ documentation = " https://docs.rs/loom/0.5.2 /loom"
17
17
homepage = " https://github.com/tokio-rs/loom"
18
18
repository = " https://github.com/tokio-rs/loom"
19
19
readme = " README.md"
You can’t perform that action at this time.
0 commit comments