Skip to content

Commit

Permalink
Updated CHANGELOG, removed output.jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Mar 27, 2023
1 parent 73b1b14 commit 360ec94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

- [Changed] `decoders::decode_image` and `encoders::encode_image` now deprecated, use `Decoder` and `Encoder` structs instead
- [Improvement] Added documentation to almost all functions and structs with examples
- [Improvement] Added support for png as output (not oxipng)

## v0.1.3

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ let data = match encoder.encode() {
// Write image to file
std::fs::write("output.jpg", data);
# std::fs::remove_file("output.jpg").unwrap();
```
*/
#![warn(missing_docs)]
Expand Down

0 comments on commit 360ec94

Please sign in to comment.