initial Code::Blocks support and real Dev-C++ support

This commit is contained in:
James Turk 2005-08-09 07:30:14 +00:00
parent 2f41b47820
commit f6f5df2b06

View File

@ -1,11 +1,14 @@
Changelog for Photon Changelog for Photon
$Id: CHANGELOG.txt,v 1.4 2005/08/08 19:35:10 cozman Exp $ $Id: CHANGELOG.txt,v 1.5 2005/08/09 07:30:14 cozman Exp $
+ : New Features + : New Features
- : Feature Removal - : Feature Removal
* : Minor Changes/Bugfixes * : Minor Changes/Bugfixes
! : Major Changes ! : Major Changes
0.0.2
+ Code::Blocks and Dev-C++ support
0.0.1 - Released 2005-08-08 0.0.1 - Released 2005-08-08
+ State-based design that allows easy creation of applications by simply + State-based design that allows easy creation of applications by simply
deriving from a basic 'State' class. deriving from a basic 'State' class.