From 5e64f1cf43ea366e158a504320443b3aa51b7511 Mon Sep 17 00:00:00 2001 From: Daniel Griffen Date: Thu, 21 Feb 2019 21:37:55 -0800 Subject: [PATCH] finish 0.4 doc updates --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa1d2f..1b33766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.0] - 2019-2-21 +### Fixed +- `ChannelCompact` not correctly undoing transformation + +### Changed +- Pixels are now reworked to be more performant + ## [0.3.0] - 2018-7-28 ### Added - `Limits` struct to prevent OOM errors from malicious inputs @@ -66,4 +73,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [0.0.2]: https://github.com/dgriffen/flif.rs/compare/v0.0.1...v0.0.2 [0.1.0]: https://github.com/dgriffen/flif.rs/compare/v0.0.2...v0.1.0 [0.2.0]: https://github.com/dgriffen/flif.rs/compare/v0.1.0...v0.2.0 -[0.3.0]: https://github.com/dgriffen/flif.rs/compare/v0.2.0...v0.3.0 \ No newline at end of file +[0.3.0]: https://github.com/dgriffen/flif.rs/compare/v0.2.0...v0.3.0 +[0.4.0]: https://github.com/dgriffen/flif.rs/compare/v0.2.0...v0.4.0 \ No newline at end of file diff --git a/README.md b/README.md index 72d429d..b29953e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,6 @@ The flif.rs logo is a combination of the official flif logo and Rust logo. [CHANGELOG]: ./CHANGELOG.md [LICENSE]: ./LICENSE -[version-badge]: https://img.shields.io/badge/version-0.1.0-blue.svg +[version-badge]: https://img.shields.io/badge/version-0.4.0-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg [logo]: ./flif.rs.png