- [Enum]
Enum.chunk/2/3/4
is deprecated in favor ofEnum.chunk_every/2/3/4
- noticechunk_every
does not discard incomplete chunks by default - [Kernel]
not left in right
is ambiguous and is deprecated in favor ofleft not in right
- [Stream]
Stream.chunk/2/3/4
is deprecated in favor ofStream.chunk_every/2/3/4
- noticechunk_every
does not discard incomplete chunks by default
The CHANGELOG for v1.6 releases can be found in the v1.6 branch.