diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed2f78..58ed1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` instead of `String`, and will no longer panic -- The `spreet::fs::get_svg_input_paths` function now returns `Result, Error>` instead of `Vec`, and will no longer panic +- The `spreet::sprite_name` function (previously available as `spreet::sprite::sprite_name`) now returns `Result` 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, Error>` instead of `Vec`, and will no longer panic ## v0.9.0 (2023-10-08)