Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 1.2 KB

0.3.0

Remove MaybeUninitSlice::from_init{,_mut} (#21)

0.2.0 [yanked]

  • Add Slice::array_windows method and iter::ArrayWindows iterator (#16)
  • Add if_alloc macro (#13, #15)
  • Rename Array::{from_iter => try_from_iter} and add Array::from_iter (#12)
  • Add ArrayExt::{ref,mut}_cast, ArrayExt::try_{ref,mut}_cast and ArrayExt::{ref,mut}_cast_unchecked methods (#9)
  • Clean util::init::try_unfold_array and fix UB in it (see issue #5 and PRs #7, #10)
  • Simplify SizeError (#4 and #17)

0.1.0 [yanked]

Initial version (1e5d034c)