1.7.2

Released on 2018-08-05

Changes

Type
bugfix
Tool
Elixir
Module
Kernel
Description
Do not emit warnings for repeated docs over different clauses due to false positives
Type
bugfix
Tool
Mix
Module
mix compile
Description
Properly mark top-level dependencies as optional and as runtime. This fixes a bug where Mix attempted to start optional dependencies of a package when those optional dependencies were not available
Type
bugfix
Tool
Mix
Module
mix compile
Description
Avoid deadlock when a config has a timestamp later than current time
Type
bugfix
Tool
Mix
Module
mix test
Description
Do not fail suite if there are no test files
Type
enhancement
Tool
Elixir
Module
DateTime
Description
Take negative years into account in `DateTime.from_iso8601/1`
Type
enhancement
Tool
Mix
Module
mix help
Description
Show task and alias help when both are available