You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,23 @@ Percentage | Module
116
116
77.19% | Total
117
117
```
118
118
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
0 commit comments