From: Michal Sojka Date: Wed, 11 Jul 2012 15:51:34 +0000 (+0200) Subject: www: Fix news list X-Git-Url: https://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git/commitdiff_plain/1f2b606b5995c7c954c9494194b70d91f3a972aa?hp=f25c28469a6a3049ff16964b61d092c86ffcb476 www: Fix news list --- diff --git a/www/index.mdwn b/www/index.mdwn index c8aac4d..6c4bf13 100644 --- a/www/index.mdwn +++ b/www/index.mdwn @@ -16,8 +16,8 @@ is released under the GNU GPL license. NEWS ----- -2012-07-11 We have got a new [mailing list][list]. -2011-08-11 Added support for orthogonal states. +- 2012-07-11 We have got a new [mailing list][list]. +- 2011-08-11 Added support for orthogonal states. Authors -------- @@ -33,7 +33,7 @@ Status - The program can found states and transitions in the source code. Now it also supports orthogonal states. - The program understands all options and flags as the compilers (gcc, clang, ...). - State machines can be defined in more than one file. -- The state machine can be inside many namespaces, but not inside templates. +- The state machine can be inside many namespaces, but not inside templates. For compiling and correctly working program it is necessary to have LLVM and clang version 2.9. We are currently trying to update it for