2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00

added notes for MSM.

[SVN r78630]
This commit is contained in:
Christophe Henry
2012-05-25 20:15:35 +00:00
parent ed65bd74fb
commit 4e70a9fd31

View File

@@ -77,6 +77,16 @@ Release status:
* Boost.System is now required depenency
* Fixed bugs [@https://svn.boost.org/trac/boost/ticket/6635 #6635], [@https://svn.boost.org/trac/boost/ticket/6833 #6833]
* [phrase library..[@/libs/msm/ MSM]:]
* eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table]
* Bugfix: graph building was only working if initial_state defined as a sequence.
* Bugfix: flags defined for a Terminate or Interrupt state do not break the blocking function of these states any more.
* Bugfix: multiple deferred events from several regions were not working in every case.
* Bugfix: visitor was passed by value to submachines.
* Bugfix: no_transition was not called for submachines who send an event to themselves.
* Fixed warnings with gcc.
* [phrase library..[@/libs/program_options/ Program Options]:]
* Improved error reporting
([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])