- [EEx] Allow markers "/" and "|" to be used in a custom EEx engine
- [Inspect] Add
:strict
and:flex
breaks toInspect.Algebra
- [Stream] Add
Stream.intersperse/2
- [String] Update to Unicode 10
- [String] Allow passing empty string
match
toString.replace/4
- [mix compile] Create behavior for Mix compiler tasks
- [Kernel] Validate variable struct name is atom when used in pattern matching
- [Enum]
Enum.partition/2
is deprecated in favor ofEnum.split_with/2
The CHANGELOG for v1.5 releases can be found in the v1.5 branch.