diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0e679a90bb2513b8b1b06e26ab1cdbfcd2f3798..8d15e35b641b8c38d808f8b0dd3954d5aed80f8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
 - **[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
-without using one of the constructor methods
\ No newline at end of file
+without using one of the constructor methods
+
+### 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