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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -123,15 +123,14 @@ Percentage | Module
123
123
#### Elixir
124
124
125
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
126
+
*[Kernel] Do not emit warnings for repeated docs over different clauses due to false positives
127
127
128
128
#### Mix
129
129
130
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
131
+
*[mix compile] Avoid deadlock when a config has a timestamp later than current time
132
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
-
133
+
*[mix test] Do not fail suite if there are no test files
0 commit comments