Phoenix v1.6 requires Elixir v1.9+.
- [mix phx.gen.live] Fix a bug where tests with
utc_datetime
fields did not pass out of the box
- [Endpoint] Phoenix now requires Cowboy v2.7+
- [View]
@view_module
is deprecated in favor ofPhoenix.Controller.view_module/1
and@view_template
is deprecated in favor ofPhoenix.Controller.view_template/1
The CHANGELOG for v1.5 releases can be found in the v1.5 branch.