CHANGELOG.md in battlesnake-0.1.5 vs CHANGELOG.md in battlesnake-0.1.7
- old
+ new
@@ -1,13 +1,27 @@
# Battlesnake
+## 0.1.7 (2023-02-07)
+
+### Changed
+
+ - Board
+ #flood_fills(location, options = {}) accepts an option "max" which will stop counting available spaces when reached, for performance.
+
+## 0.1.6 (2023-01-07)
+
+### Added
+
+ - Class for Turn, which encapsulates a single game turn request.
+ - #others returns all snakes except your own.
+
## 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
+ - #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
\ No newline at end of file