Skip to content

Commit c107a2f

Browse files
author
José Valim
committed
Release v1.6.4
1 parent 17853e6 commit c107a2f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ 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.4 (2018-03-16)
127+
128+
### 1. Bug fixes
129+
130+
#### Elixir
131+
132+
* [Code.Formatter] Do not double escape quoted keyword list identifiers
133+
* [Kernel] Properly support `into: binary` in Erlang/OTP 20.3
134+
126135
## v1.6.3 (2018-03-09)
127136

128137
### 1. Enhancements

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.3
1+
1.6.4

lib/elixir/src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.6.3"},
3+
{vsn, "1.6.4"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)