CHANGELOG.md in rubykon-0.3.0 vs CHANGELOG.md in rubykon-0.3.1
- old
+ new
@@ -1,5 +1,15 @@
-## 0.3 (2015-11-12)
+## 0.3.1
+Fixups to the CLI after the fast release.
+
+### Bugfixes
+* fix wrong magic comment in gem executable
+* do not allow invalid moves in the CLI
+* implement `wdyt` command to ask rubykon what it is thinking
+* make FakeIO return nil on print/puts as it should be
+* Allow lower case move input (a19)
+
+## 0.3 (2015-11-17)
Implement full bot together with Monte Carlo Tree Search, as well as a more coarse grained benchmarking tool to benchmark full MCTS runs. Also add a CLI. Mostly a feature release.
### Performance
* Faster and more reliable move selection
* optimize neighbours_of by enumerating possibilities, raw but effective