* Version 1.0.1 (stable) - API 1.0.0 (stable) - 2007-06-17

* fix Bug #10912: gxh8Q recognized as invalid

* Version 1.0.1 (stable) - API 1.0.0 (stable) - 2007-06-17

* fix Bug #10912: gxh8Q recognized as invalid

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2007-06-17

* fix Bug #10912: gxh8Q recognized as invalid

* Version 1.0.0RC1 (beta) - API 1.0.0 (stable) - 2006-11-17

fix bugs in Crazyhouse discovered in unit testing

* Version 0.9.1 (alpha) - API 0.9.1 (alpha) - 2006-11-15

fix Bug #7565: should be checkmate but isnt showing as such
convert all unit tests to .phpt format
allow placement move to interpose in a check for Crazyhouse variant

* Version 0.9.0 (alpha) - API 0.9.0 (alpha) - 2005-03-12

Add factory method, return state from startTransaction

* Version 0.8.2 (alpha) - API 0.8.2 (alpha) - 2004-07-10

Add test cases for Crazyhouse, fix hidden bug:
placement of pieces on back ranks is legal, but was not allowed

* Version 0.8.1 (alpha) - API 0.8.1 (alpha) - 2004-07-10

Fix 2 bugs: draw is not allowed except by stalemate, and pawn placement on the
first or last ranks is not allowed (#1838, #1839)

* Version 0.8.0 (alpha) - API 0.8.0 (alpha) - 2004-07-09

Add "Crazyhouse variant"

* Version 0.7.1 (alpha) - API 0.7.1 (alpha) - 2004-04-12

Add the ability to retrieve the move list with check/checkmate annotations

* Version 0.7.0 (alpha) - API 0.7.0 (alpha) - 2004-04-09

PHP 5 compatibility

- Castling is now possible by moving the king to the destination square

* Version 0.6alpha (alpha) - API 0.6alpha (alpha) - 2003-12-28

bugfix release

- fixed #158: total screwup in example if SAN entered in FEN box

* Version 0.5alpha (alpha) - API 0.5alpha (alpha) - 2003-10-26

Added new module for Loser's chess (ICC wild 16)

- added gameOver() method, returns color of winner, or D for draw, or false

* Version 0.4alpha (alpha) - API 0.4alpha (alpha) - 2003-10-26

Added new module for Loser's chess (ICC wild 16)

- added gameOver() method, returns color of winner, or D for draw, or false

* Version 0.3 (alpha) - API 0.3 (alpha) - 2003-10-09

Fixed a few bugs:

- example works in Mozilla now
- promotion was endless loop in example
- promotion didn't change the pawn to the promoted piece

* Version 0.2 (alpha) - API 0.2 (alpha) - 2003-10-08

Fixed a few bugs:

- 1. e4 e5 2. Nf3 Nc6 3. Bc4 Nf6 4. Nc3 Bb4 5. 
a3 Bxc3 6. dxc3 was fine through moveSAN(), but not through moveSquare('d2', 'c3')
- en passant didn't actually delete the captured pawn

* Version 0.1 (alpha) - API 0.1 (alpha) - 2003-10-08

Initial test release

