From: petr000 Date: Thu, 11 Aug 2011 09:11:51 +0000 (+0200) Subject: Change webpage X-Git-Url: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git/commitdiff_plain/0f3d17c19688a76df5180c3cf0c1c799fed837ea Change webpage Added news about the orthogonal states support. --- diff --git a/www/index.mdwn b/www/index.mdwn index 4d01e65..bc48f6f 100644 --- a/www/index.mdwn +++ b/www/index.mdwn @@ -24,14 +24,16 @@ For compiling and correctly working program is necessary to have LLVM and clang version 2.9. +NEWS +----- +2011-08-11 Added support for orthogonal states. Status ------- -- The program can found states and transitions in the source code. +- The program can found states and transitions in the source code. Now it supports also orthogonal states. - The program understands all options and flags as the compilers (gcc, clang, ...). - State machines can be defined in more than one file. -- Now it doesn't support orthogonal states. - The state machine can be inside many namespaces, but not inside templates. Usage