File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ a `boost::tuple` (and similarly for the rest of affected class templates).
101101** Bug fixes (`backmp11`):
102102*** Incorrect `FSM` type in calls to `on_entry(...)` and `on_exit(...)` (https://github.com/boostorg/msm/issues/167[#167])
103103*** Completion events fire too often (https://github.com/boostorg/msm/issues/166[#166])
104+ *** Transitions in hierarchical state machines are not selected correctly (favor_compile_time) (https://github.com/boostorg/msm/issues/200[#200])
105+ *** `state_machine` cannot be moved (https://github.com/boostorg/msm/issues/205[#205])
104106** **Breaking change (`backmp11`)**: Direct access to the event pool is changed from `public` to `protected`,
105107because manipulating it outside of the library code can lead to undefined behavior.
106108
You can’t perform that action at this time.
0 commit comments