From 638e3e21ff343171cc411230553e8bf6aa412ecd Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 28 Sep 2016 09:39:36 +0100 Subject: [PATCH] Update changelog for 1.2.0.M1 --- docs/src/info/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 7b2dce97..cbe2948f 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -13,6 +13,7 @@ Changes in version 1.2.0.M1 (2016-09-28) * Support state activity enhancement [#239] * Exception thrown in transition are not catch then send back to any listener [#240] * Ability to set UUID for StateMachine enhancement [#241] +* Restoring persisted context incorrectly resets state when inside fork #242 * Transitions created with withLocal() do not work [#248] * Initial state entry called with direct transition to substate bug [#249] * Support storing ssm config in a database enhancement [#250]