Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.3.1 - 2022-10-16

  • Small documentation fixes
  • Add example to docs

0.3.0 - 2022-10-16

  • Open source repository
  • Support #[no_std] via optional std feature
  • Improve/revamp some documentation

0.2.1

  • Re-word crate-level safety documentation

0.2.0

  • Require Rust 1.64
  • Added copy_into_maybe_uninit_slice
  • Added clone_into_maybe_uninit_slice
  • Remove optional gpu-allocator feature and support

0.1.1

  • Added maybe_uninit_slice_from_vec helper function