Skip to content

Commit

Permalink
finish 0.4 doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Feb 22, 2019
1 parent e127a58 commit 5e64f1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e64f1c

Please sign in to comment.