gen_state_machine v3.0.0 Release Notes

Release Date: 2020-10-26 // over 2 years ago
  • Backwards incompatible changes

    • 🚀 The minimum supported OTP release is now 20.
    • 🚀 The minimum supported Elixir release is now v1.5.

    ✨ Enhancements

    • More typespecs from :gen_statem exposed for use.
    • 📚 Documentation updated.

Previous changes from v2.1.0

    • Typespecs now rely on gen_statem upstream types where available.
    • The callback mode option now allows you to specify a list, for use with the :state_enter option.