From f6f5df2b0635622fec9f6664f1e5fbc97b608457 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 9 Aug 2005 07:30:14 +0000 Subject: [PATCH] initial Code::Blocks support and real Dev-C++ support --- CHANGELOG.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a228d22..95480de 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,11 +1,14 @@ 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 - : Feature Removal * : Minor Changes/Bugfixes ! : Major Changes +0.0.2 + + Code::Blocks and Dev-C++ support + 0.0.1 - Released 2005-08-08 + State-based design that allows easy creation of applications by simply deriving from a basic 'State' class.