Skip to content
Snippets Groups Projects
Verified Commit f58ac62c authored by Louis's avatar Louis :fire:
Browse files

Include deprecations in CHANGELOG

parent e30946a6
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,9 @@ converted to a Tile ID ...@@ -20,4 +20,9 @@ converted to a Tile ID
- `::single_match` Now expects a tile ID that will be converted to an exact match rule - `::single_match` Now expects a tile ID that will be converted to an exact match rule
- **[BREAKING]** `TileLayout` and `TileMatcher` now internally use a 7x7 grid instead of 3x3. This change - **[BREAKING]** `TileLayout` and `TileMatcher` now internally use a 7x7 grid instead of 3x3. This change
is only breaking if you directly accessed the internally stored data grid, or constructed an instance directly is only breaking if you directly accessed the internally stored data grid, or constructed an instance directly
without using one of the constructor methods without using one of the constructor methods
\ No newline at end of file
### Deprecated
- `TileStatus::from_ldtk_value` - Replaced by a more generic `From<IntoTile>` impl that covers `i64` conversion
- `TileStatus::to_ldtk_value` - Replaced by an impl of `From<TileStatus>` for `i64`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment