AASM v5.2.0 Release Notes

    • ๐Ÿ›  fix: timestamp will work with named machine #739, thanks to RolandStuder
    • Create namespaced scopes in PR #735, thanks to caiohsramos
    • ๐Ÿ›  Fix multiple state machines example per class on README in PR #732, thanks to RodrigoVitiello
    • Update version in recommendation to add after_commit_everywhere in PR #729, thanks to Envek
    • ๐Ÿ›  Fix i18n Event translations failing #721 in PR #723, thanks to the-spectator
    • โž• Add documentation to the Readme about how parameters are handled in AASM events in PR #722, thanks to dstuebe
    • ๐Ÿ›  Fix human_state cached across locales #709 in PR 716, thanks to the-spectator
    • Relocate DslHelper from root namespace to under AASM namespace in PR #711 thank to yujideveloper
    • Document how to define transitions from any state in in PR #699 thanks to hedgesky
    • โž• Add simple option for auto-generated timestamps in PR #677, thanks to jaynetics