Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 667 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 667 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.

[2.0.0-beta1] - 2021-11-16

Added

  • CHANGELOG file
  • Parallel compression of blocks
  • Support for BC4 and BC5 formats

Changed

  • Updated to Rust 2021 Edition

Removed

  • Dependency on byteorder
  • FromStr implementation on Format

Fixed

  • The library crate was not actually compiling as no_std

[1.0.0] - 2018-09-10

Added

  • Full Rust reimplementation of the original libsquish code