2004-08-09  v0.9 Beta
---------------------
[+] Added action name and parameters string convertion
[!] Fixed a great number of memory bugs
[!] Fixed a lot of problems in parsing engine
[!] Fixed action Order ID to translate to order strings instead of ability names

2004-03-27  v0.8 Beta
---------------------
[+] Added action Unit ID to Unit name translation
[+] Imported a new program: IDTrans, it is used to generate action UnitID to Unit name translation from blizzard MPQ file directly (Sorry for no src code, check Docs/readme.txt)
[+] Added 2 types to action parameter: UnitID(DWord) and Pos(Float[2] which means X and Y)
[+] Added sample code
[o] Fixed wrong playtime calculation bug (Critical)
[o] Fixed No-Detail mode wrong actions calculation bug

2004-03-13  v0.5 Beta
---------------------
[!] First public release
[+] Added action parse classes
[o] Fixed bugs again

2004-03-12  v0.3 Alpha
----------------------
[o] Fixed some typo and bugs

2004-03-11  v0.2 Alpha
----------------------
[o] Fixed some cleanup codes

2004-03-10  v0.1 Alpha
----------------------
[!] First native alpha release
[+] Full replay header, game data and player data parse classes
