CHANGELOG.md in battlesnake-0.1.2 vs CHANGELOG.md in battlesnake-0.1.3
- old
+ new
@@ -1,6 +1,21 @@
# Battlesnake
+## 0.1.3 (2022-11-07)
+
+### Added
+
+ - Board
+ - #on_board?(location) returns true if location is within board boundaries.
+ - #paths(from, to) returns all valid paths from one location to the next.
+
+### Changed
+
+ - Board
+ - #occupied?(location) now only accepts a location object.
+ - #available?(location) now only accepts a location object.
+ - locations must be both unoccupied AND on_board to be considered available.
+
## 0.1.2 (2022-11-05)
### Added
- Class for Game, which deserializes game JSON or hash into object.
\ No newline at end of file