gen_state_machine v3.0.0 Release Notes
Release Date: 2020-10-26 // about 4 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.