Skip to content

Commit 5e218e7

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 56fbf2a commit 5e218e7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ 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.3-dev
89+
90+
### 1. Enhancements
91+
92+
* [Mix] Add `Mix.Projects.deps_paths` that returns the dependencies path as a map
93+
94+
### 2. Bug fixes
95+
96+
* [ExUnit] Do not provide negative line numbers without generated annotation (for compatibility with Erlang 19)
97+
* [Mix] Reject non fullfilled optional dependencies later on in the convergence resolution for proper dependency sorting
98+
* [String] Fix incomplete data trimming on both `String.replace_trailing` and `String.rstrip`
99+
* [String] Attach debug_info back into Unicode modules for Dialyzer support
100+
88101
## v1.2.2
89102

90103
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3-dev

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.2"},
3+
{vsn, "1.2.3-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)