Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 918 Bytes

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.3.0 (2022-02-10)

Added

  • Iso10126 padding algorithm (#643)
  • PadType enum, Padding::TYPE associated constant, and Padding::unpad_blocks method (#675)

Changed

  • The Padding trait methods now work with blocks instead of byte slices. (#113)
  • Bump MSRV to 1.56 and edition to 2021 (#675)

0.2.1 (2020-08-14)

Added

  • Copy, Clone, and Debug trait implementations for padding types. (#78)

0.2.0 (2020-07-10)