Skip to content

Commit ece4048

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent a77445c commit ece4048

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,23 @@ Percentage | Module
116116
77.19% | Total
117117
```
118118

119+
## v1.7.2 (2018-08-05)
120+
121+
### 1. Bug fixes
122+
123+
#### Elixir
124+
125+
* [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
127+
128+
#### Mix
129+
130+
* [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
132+
* [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+
135+
119136
## v1.7.1 (2018-07-26)
120137

121138
### 1. Bug fixes

0 commit comments

Comments
 (0)