Skip to content

Commit 211a129

Browse files
author
José Valim
committed
Release v1.2.0-rc.1
1 parent 74d73ac commit 211a129

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,23 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686
available.
8787

88+
## v1.2.0-rc.1 (2015-12-21)
89+
90+
### 1. Enhancements
91+
92+
* [Mix] Raise readable error message when parsertools is not available
93+
* [Mix] Add `--build` flag to `mix deps.clean` to only clean `--build` artifacts
94+
* [Typespec] Improve error message on invalid maps on typespecs
95+
96+
### 2. Bug fixes
97+
98+
* [Access] Improve error messages when using Access on non-valid key-value structures
99+
* [Mix] Do not run remote converger if dependencies have diverged
100+
* [Mix] Generate proper `config/config.exs` for umbrella projects
101+
* [Mix] Ensure umbrella dependencies across all environments are loaded on parent deps.get/deps.update
102+
* [Logger] Check for :name or :id in Logger translator to support old OTP projects
103+
* [String] Ensure `UnicodeConversionError` does not contain invalid string in its error message
104+
88105
## v1.2.0-rc.0 (2015-12-09)
89106

90107
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0-rc.0
1+
1.2.0-rc.1

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.2.0-rc.0"},
3+
{vsn, "1.2.0-rc.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)