1.2 KiB
1.2 KiB
Unreleased
0.4.6 – 2023-01-17
- Fix UB in slice methods when Deref returns different references (#27)
0.4.5 – 2022-04-24
- Remove the
const_generics
feature flag (#25)
0.4.4 – 2021-03-09
- Replace feature "range_bounds_assert_len" with "slice_range" (#21)
- Fixes the
unstable
feature on the latest nightly.
- Fixes the
0.4.3 – 2020-12-23
- Add methods to restrict access (#19)
0.4.2 – 2020-10-31
- Change
slice::check_range
toRangeBounds::assert_len
(#16)- Fixes build on latest nightly.
0.4.1 – 2020-09-21
- Small documentation and metadata improvements
0.4.0 – 2020-09-21
- Breaking: Rewrite crate to operate on reference values (#13)
0.3.0 – 2020-07-29
- Breaking: Remove
Debug
andClone
derives forWriteOnly
(#12)
0.2.7 – 2020-07-29
- Derive
Default
forVolatile
,WriteOnly
andReadOnly
(#10)