Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 782 Bytes

Changelog.md

File metadata and controls

24 lines (13 loc) · 782 Bytes

Unreleased

  • Add methods to restrict access (#19)

0.4.2 – 2020-10-31

  • Change slice::check_range to RangeBounds::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 and Clone derives for WriteOnly (#12)

0.2.7 – 2020-07-29

  • Derive Default for Volatile, WriteOnly and ReadOnly (#10)