Skip to content

Commit

Permalink
Tweak changelog documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jciskey committed Jun 16, 2024
1 parent bea776c commit 0a45f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Unreleased
- Add function `RoomXY::neighbors` which returns an iterator over all the valid neighbors of
a given `RoomXY` position
- Add static function `RoomXY::new` to allow creating a new `RoomXY` from `RoomCoordinates`
- Add static function `RoomXY::checked_new` to allow creating a new RoomXY from a (u8, u8)
- Add static function `RoomXY::checked_new` to allow creating a new `RoomXY` from a (u8, u8)
pair, while checking the validity of the coordinates provided
- Add function `RoomXY::towards` which returns a `RoomXY` between two `RoomXY` positions,
rounding towards the start position if necessary
Expand Down

0 comments on commit 0a45f47

Please sign in to comment.