Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 714 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.

[Unreleased]

[0.1.2] - 2022-11-12

Fixed

  • Various issues in codec_bench (#12)

[0.1.1] - 2022-10-09

Added

  • Position trait implementation for [f32; 3] (#10)

Fixed

  • README after crates.io release (#9)

[0.1.0] - 2022-10-03

Added

  • Initial implementation, based on meshoptimizer v0.15