Skip to content

Commit

Permalink
Update dev CHANGELOG entries now ids are at root
Browse files Browse the repository at this point in the history
  • Loading branch information
flother committed Nov 6, 2023
1 parent 4e74077 commit df7c2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- Update [oxipng](https://crates.io/crates/oxipng) dependency to [v9.0.0](https://github.com/shssoichiro/oxipng/blob/master/CHANGELOG.md#version-900). This improves compression of PNG spritesheets without visual changes, but the PNGs won't be byte-to-byte compatible with spritesheets output by earlier versions of Spreet
- Update [resvg](https://crates.io/crates/resvg) dependency to [v0.36.0](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md#user-content-0360---2023-10-01)
- Remove the deprecated function `spreet::sprite::generate_pixmap_from_svg()`
- The `spreet::sprite::sprite_name` function now returns `Result<String, Error>` instead of `String`, and will no longer panic
- The `spreet::fs::get_svg_input_paths` function now returns `Result<Vec<PathBuf>, Error>` instead of `Vec<PathBuf>`, and will no longer panic
- The `spreet::sprite_name` function (previously available as `spreet::sprite::sprite_name`) now returns `Result<String, Error>` instead of `String`, and will no longer panic
- The `spreet::get_svg_input_paths` function (previously available as `spreet::fs::get_svg_input_paths`) now returns `Result<Vec<PathBuf>, Error>` instead of `Vec<PathBuf>`, and will no longer panic

## v0.9.0 (2023-10-08)

Expand Down

0 comments on commit df7c2d3

Please sign in to comment.