From 0a45f47c49cc97878222867e5ce5fdd65afbdec7 Mon Sep 17 00:00:00 2001 From: Joe Ciskey Date: Sun, 16 Jun 2024 15:14:29 -0600 Subject: [PATCH] Tweak changelog documentation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6e3d4d..e5e80132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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