AASM v4.11.1 Release Notes

    • fix: generator file name when using custom column name instead of aasm_state (see issue #398 for details, thanks to @bastianwegge)
    • fix: Scopes when states are defined as a series of symbols (see issue #397 for details, thanks to @evheny0)
    • fix: Multiple transition behavior when one of the transitions does not have a "from" parameter (see issue #392 for details)
    • fix: permissible states not respecting guard parameters (see issue #388) with pull-request #389