Skip to content

Commit c2bdc66

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent d16f354 commit c2bdc66

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,26 @@ 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.3
127+
128+
### 1. Enhancements
129+
130+
#### Elixir
131+
132+
* [Code.Formatter] Support comments in the middle of pipelines, `when` and `|` expressions
133+
134+
### 2. Bug fixes
135+
136+
#### Elixir
137+
138+
* [Code.Formatter] Consider commas when breaking groups
139+
* [Code.Formatter] Ensure proper precedence between `&` and operators
140+
* [Code.Formatter] Consider `.formatter.exs` when formatting stdin
141+
142+
#### Logger
143+
144+
* [Logger.Translator] Ensure logger doesn't crash when reporting named `DynamicSupervisor`
145+
126146
## v1.6.2 (2018-02-28)
127147

128148
### 1. Enhancements

0 commit comments

Comments
 (0)