CHANGELOG.md in battlesnake-0.1.4 vs CHANGELOG.md in battlesnake-0.1.5
- old
+ new
@@ -1,6 +1,20 @@
# Battlesnake
+## 0.1.5 (2023-01-04)
+
+### Added
+
+ - Board
+ - #available_neighbors(location) returns neighboring locations available for moving.
+ - #flood_fills(location) returns hash of reachable locations by direction
+
+### Changed
+
+ - Board
+ - #find_path(from, to, max_distance: nil) skips recursion if manhattan distance is greater than
+ max_distance.
+
## 0.1.4 (2023-01-03)
### Added
- Board
\ No newline at end of file