1Games::AlphaBeta - 0.4.7
2
3* Build/install using straight Module::Build. [#49365]
4* Fix bug in Othello demo. [#49367]
5* Add .gitignore and MANIFEST.SKIP
6
7Games::AlphaBeta - 0.4.6:
8
9* bumped version number because Module::Build's dist_name &
10  dist_version is broken :(
11* added Games::Sequential::Position to MANIFEST
12* added test for bin/othello-demo (and thus for
13  Games::AlphaBeta::Reversi)
14
15Games::Sequential & Games::AlphaBeta - 0.4.2:
16
17* bumped version numbers
18* improve documentation a bit
19* move othello.pl from examples to be installed program and renamed to othello-demo
20* merged dists for convenience
21* fix "use base" lines
22* use M::B::Kwalitee for building
23
24