Skip to content

Commit 2b33809

Browse files
author
José Valim
committed
Release v1.7.2
1 parent 557b779 commit 2b33809

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,14 @@ Percentage | Module
123123
#### Elixir
124124

125125
* [DateTime] Take negative years into account in `DateTime.from_iso8601/1`
126-
* [Kernel] Do not emit warnings for repeated docs over different clauses due to false negatives
126+
* [Kernel] Do not emit warnings for repeated docs over different clauses due to false positives
127127

128128
#### Mix
129129

130130
* [mix compile] 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
131-
* [mix compile] Avoid deadlock when a timestamp later than current time is found
131+
* [mix compile] Avoid deadlock when a config has a timestamp later than current time
132132
* [mix help] Show task and alias help when both are available
133-
* [mix test] Do not fail suite if there are no tests to run
134-
133+
* [mix test] Do not fail suite if there are no test files
135134

136135
## v1.7.1 (2018-07-26)
137136

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

0 commit comments

Comments
 (0)