cheep-crator-2/vendor/block-buffer/CHANGELOG.md

1.3 KiB

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.10.2 (2021-02-08)

Fixed

  • Eliminate unreachable panic in LazyBuffer::digest_blocks (#731)

0.10.1 (2021-02-05)

Fixed

  • Use as_mut_ptr to get a pointer for mutation in the set_data method (#728)

0.10.0 (2020-12-07) [YANKED]

Changed

  • Significant reduction of number of unreachable panics. (#671)
  • Added buffer kind type parameter to BlockBuffer, respective marker types, and type aliases. (#671)
  • Various BlockBuffer method changes. (#671)

Removed

  • pad_with method and dependency on block-padding. (#671)

0.10.0 (2020-12-08)

Changed

  • Rename input_block(s) methods to digest_block(s). (#113)
  • Upgrade the block-padding dependency to v0.3. (#113)

Added

  • par_xor_data, xor_data, and set_data methods. (#113)

Removed

  • The input_lazy method. (#113)