Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.33 KB

Changelog

0.5.4 - 2022-09-27

Fixed

  • For proptest, generate PartialOp::Limited byte counts starting at 1 rather than 0. This is because 0 can mean no more data is available in the stream.

0.5.3 - 2022-09-27

Updated

  • Documentation updates.

0.5.2 - 2022-09-27

Added

  • Support for generating random PartialOps using proptest.

0.5.1 - 2022-09-27

Changed

  • Updated repository location.

0.5.0 - 2021-01-27

Changed

  • Updated quickcheck to version 1.0. Feature renamed to quickcheck1.
  • Updated tokio to version 1.0. Feature renamed to tokio1.

0.4.0 - 2020-09-24

Changed

  • Updated to quickcheck 0.9, tokio 0.2 and futures 0.3.

For information about earlier versions, please review the commit history.