Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 1.38 KB

pinus Changelog

0.0.4

2021-10-10

  • Breaking changes:
    • renamed .as_unpinned_mut() to .as_unpinned_mut_unchecked().

      This is to make room for the safe .as_unpinned_mut() below.

  • Features:
    • .as_unpinned_mut() is now a safe method that requires V: Unpin.
    • added safe .try_emplace_with_mut_unpinned(…) and .emplace_with_mut_unpinned(…) methods.
  • Revisions:
    • Documentation improvements.

0.0.3

2021-09-19

  • Revisions:
    • Fixed wrong minimum Rust version in README.

0.0.2 (yanked)

2021-09-19

  • Breaking changes:

    • The required minimum Rust version is now 1.55

      as this is required for MaybeUninit::write.

  • Features:

    • Added an emplacement API and an alternative implementation for heterogeneous trait objects.
  • Revisions:

0.0.1 (yanked)

2021-09-10

Initial unstable release