Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 942 Bytes

Changelog

This project follows Semantic Versioning.

v0.2.0 - 2022-06-27

Updated:

  • Renamed Zip::zip to Zip::zip_with to avoid name collisions with upcoming standard library functions
  • Removed unnecessary unstable features

v0.1.2 - 2021-04-04

Fixed:

v0.1.1 - 2020-09-08

Added:

  • Section trait for extracting fixed-size sections of an array-like structure
  • Zip trait for zipping array-like structure using a combining function

v0.1.0 - 2020-09-03

Added:

  • Initial implementation