Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

48 lines (34 loc) · 1.49 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.

0.2.0 (unreleased)

Changed

  • Migrated from generic-array to hybrid-array (#944)
  • Edition changed to 2024 and MSRV bumped to 1.85 (#1149)

Added

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

0.1.4 (2025-02-21)

Fixed

  • Return output length from InOutBufReserved::get_out_len instead of input length (#1150)

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)