Skip to content

Commit 479e46f

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 4f634bd commit 479e46f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@ Those improvements will help developers better understand the relationship betwe
123123

124124
Other improvements in Mix include better compiler diagnostics for editor integration, support for the `--slowest N` flag in `mix test` that shows the slowest tests in your suite, and a new `mix profile.eprof` task that provides time based profiling, complementing the existing `mix profile.cprof` (count based) and `mix profile.fprof` (flame based).
125125

126+
## v1.6.5
127+
128+
### 1. Bug fixes
129+
130+
* [Code] Preserve the user's choice in the formatter on parens call with next break fits
131+
* [Code] Preserve the user's choice in the formatter on calls without parens when we have one argument per line
132+
* [Code] Fix formatting when there is a tilde in the first element of a bitstring
133+
* [Kernel] Support specsdiff flag on `__info__` spec clauses
134+
* [Kernel] Do not exclude hygienic vars in `defguard`
135+
* [Kernel.SpecialForms] Mark `for` comprehensions as generated to avoid dialyzer warnings
136+
* [Macro] Make sure `Macro.to_string/2` emits valid quoted expressions
137+
* [Task] Support `:infinity` timeout on `Task.yield_many/2`
138+
* [Task.Supervisor] Do not crash spawning supervised tasks when the parent process is dead
139+
126140
## v1.6.4 (2018-03-16)
127141

128142
### 1. Bug fixes

0 commit comments

Comments
 (0)