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.
8585Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686available.
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
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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 1.2.2 " },
3+ {vsn , " 1.2.3-dev " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments