Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.28 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

Changed

  • Migrated from generic-array to hybrid-array (#944)
  • MSRV is bumped to 1.81 (#1116)

Added

  • InOut::into_out and InOutBufReserved::into_out methods (#1132)
  • InOutBufReserved::split_reserved method ([#1133])

0.1.3 (2022-03-31)

Fixed

  • MIRI error in From impl for InOutBuf (#755)

0.1.2 (2022-02-10)

Changed

  • Use borrow instead of consuming in InOutBufReserved::get_*_len() methods (#734)

0.1.1 (2022-02-10)

Fixed

  • Fix doc build on docs.rs by optionally enabling the doc_cfg feature (#733)

0.1.0 (2022-02-10)

  • Initial release (#675)