Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

54 lines (26 loc) · 2.5 KB

Changelog

0.5.0 (2023-10-15)

⚠ BREAKING CHANGES

  • arbitrary dimensional points (#23)
  • rename feature for serde (#19)

Features

Bug Fixes

  • docs: update for 3d deserialization (#26) (6c8c464)
  • specialized math for <= 4d points (#24) (b5a5533)

Code Refactoring

0.4.0 (2022-10-26)

⚠ BREAKING CHANGES

  • use blanket implementation for trait (#10)

Code Refactoring

  • use blanket implementation for trait (#10) (63de772)

0.3.0 (2022-10-25)

⚠ BREAKING CHANGES

  • move trait + add proper docs (#7)

Code Refactoring

  • move trait + add proper docs (#7) (e45344e)

0.2.1 (2022-10-20)

Bug Fixes