Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Autotile
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Autotile
Commits
f58ac62c
Verified
Commit
f58ac62c
authored
3 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Include deprecations in CHANGELOG
parent
e30946a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+6
-1
6 additions, 1 deletion
CHANGELOG.md
with
6 additions
and
1 deletion
CHANGELOG.md
+
6
−
1
View file @
f58ac62c
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment