Skip to content

Commit c2a9c93

Browse files
author
José Valim
committed
Release v1.6.2
1 parent d896f54 commit c2a9c93

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +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.2-dev
126+
## v1.6.2 (2018-02-28)
127127

128128
### 1. Enhancements
129129

130130
#### Mix
131131

132-
* [mix format] Include the current environment for missing dependency errors
133132
* [mix compile.erlang] Teach Mix erlang compiler alternative spelling for `-behavior` declaration
133+
* [mix format] Support the `:subdirectories` configuration that points to other directories with their own `.formatter.exs` file. This is useful in umbrella applications. `mix new --umbrella` has also been changed to use this new configuration by default
134+
* [mix format] Include the current environment for missing dependency errors
134135

135136
### 2. Bug fixes
136137

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

lib/elixir/src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.6.1"},
3+
{vsn, "1.6.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)