Skip to content

Commit cffcc14

Browse files
authored
Update 1.91.0 release notes for Boost.MSM (#618)
1 parent 9fd760a commit cffcc14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release-notes/boost_1_91_0.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`,
105107
because manipulating it outside of the library code can lead to undefined behavior.
106108

0 commit comments

Comments
 (0)