- [IO] Passing
:all
toIO.read/2
andIO.binread/2
is deprecated, pass:eof
instead - [Kernel] Single-quote charlists are deprecated, use
~c
instead - [Range]
left..right
without explicit steps inside patterns and guards is deprecated, writeleft..right//step
instead - [Range] Decreasing ranges, such as
10..1
without an explicit step is deprecated, write10..1//-1
instead
- [ExUnit.Case]
register_test/4
is deprecated in favor ofregister_test/6
for performance reasons
The CHANGELOG for v1.16 releases can be found in the v1.16 branch.