File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,19 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
86
available.
87
87
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
+
88
101
## v1.2.2
89
102
90
103
### 1. Enhancements
Original file line number Diff line number Diff line change 1
- 1.2.2
1
+ 1.2.3-dev
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.2.2 " },
3
+ {vsn , " 1.2.3-dev " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments