Skip to content

Commit 3b41c9f

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 0eb95c9 commit 3b41c9f

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.1-dev
127+
128+
### 1. Bug fixes
129+
130+
#### Elixir
131+
132+
* [Code.Formatter] Only rearrange `not in` operator if explicitly opted-in
133+
* [GenServer] Do not override user own `@opts` attribute
134+
* [Enum] Reintroduce zipping of any enumerable of enumerables in `Enum.zip/1`
135+
* [Macro] Reorder kw blocks in `Macro.to_string/1` to avoid warnings
136+
* [Stream] Reintroduce zipping of any enumerable of enumerables in `Enum.zip/1`
137+
* [Supervisor] Do not override user own `@opts` attribute
138+
* [Supervisor] Add `@spec` to second clause of `start_link/2`
139+
126140
## v1.6.0 (2018-01-17)
127141

128142
### 1. Enhancements

0 commit comments

Comments
 (0)