lib/ChangeLog.md

19 lines
485 B
Markdown
Raw Normal View History

# Revision history for hanafuda
## 0.3.0.0 -- 2018-05-28
* Make Game type parametric in the type to represent players
## 0.2.1.0 -- 2018-03-16
* Export some more types needed to export the game's state
* Unify the different types aliases for Points used in Player and Yaku
## 0.2.0.0 -- 2018-03-16
* Restructured the project to expose only the cards, a parametric type for players, and a module to play KoiKoi
## 0.1.0.0 -- 2018-03-03
* Game automaton, packaged with cabal