Skip to content

Commit

Permalink
Add missed changelog for #452
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Oct 12, 2023
1 parent 7c18449 commit 13132ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Unreleased

### Additions:

- Add new geometry helper functions to `Direction`: `is_diagonal()`, `is_orthogonal()`,
`multi_rot()`, `rot_cw()`, and `rot_ccw()`
- Add new geometry helper functions to `Direction`: `is_diagonal`, `is_orthogonal`, `multi_rot`,
`rot_cw`, and `rot_ccw`
- Add `checked_add` and `saturating_add` functions to `RoomCoordinate` and `RoomXY`, as well as
`checked_add_direction` and `saturating_add_direction` to `RoomXY`

### Bugfixes:

Expand Down

0 comments on commit 13132ee

Please sign in to comment.