From f58ac62cabf65247e78bfc44322cc42036c88ecd Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sun, 17 Nov 2024 04:35:57 +0000
Subject: [PATCH] Include deprecations in CHANGELOG

---
 CHANGELOG.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0e679a..8d15e35 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
-- 
GitLab