]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Change webpage
authorpetr000 <silhavik.p@gmail.com>
Thu, 11 Aug 2011 09:11:51 +0000 (11:11 +0200)
committerpetr000 <silhavik.p@gmail.com>
Thu, 11 Aug 2011 09:11:51 +0000 (11:11 +0200)
Added news about the orthogonal states support.

www/index.mdwn

index 4d01e6578346d2b2556cd4888c652488d6694ad8..bc48f6fb4c3f0bd150ca7b38716a4aea88af5e74 100644 (file)
@@ -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