Skip to content

Commit f033672

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 717c72e commit f033672

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,30 @@ 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.2-dev
127+
128+
### 1. Enhancements
129+
130+
#### Mix
131+
132+
* [mix format] Include the current environment for missing dependency errors
133+
* [mix compile.erlang] Teach Mix erlang compiler alternative spelling for `-behavior` declaration
134+
135+
### 2. Bug fixes
136+
137+
#### Elixir
138+
139+
* [Code.Formatter] Ensure `->` does not exceed line length
140+
* [DynamicSupervisor] Properly tag error reports generated by dynamic supervisors so they can be properly translated by `Logger`
141+
* [DynamicSupervisor] Consider extra arguments during child restart
142+
* [Kernel] Ensure arguments given to a guard defined with `defguard` are evaluated in the correct order
143+
* [Module] Do not remove docs for previous function declaration when `@impl true` is used
144+
* [Supervisor] Ensure `use Supervisor` properly adds the `@behaviour Supervisor` annotation
145+
146+
#### Mix
147+
148+
* [Mix.Shell] Bring back `Mix.Shell.cmd/2` - this arity was defined via a default argument that was accidentally removed
149+
126150
## v1.6.1 (2018-01-29)
127151

128152
### 1. Enhancements
@@ -137,7 +161,7 @@ Other improvements in Mix include better compiler diagnostics for editor integra
137161
#### Elixir
138162

139163
* [Code.Formatter] Only rearrange `not in` operator if explicitly opted-in
140-
* [Code.Formatter] Ensure do blocks do not exceed line length on calls with a single argument
164+
* [Code.Formatter] Ensure `do` blocks do not exceed line length on calls with a single argument
141165
* [Collectable] Support bitstrings in Collectable and for-comprehensions (regression in v1.6.0)
142166
* [GenServer] Do not override user own `@opts` attribute
143167
* [Enum] Reintroduce zipping of any enumerable of enumerables in `Enum.zip/1` (regression in v1.6.0)

0 commit comments

Comments
 (0)