File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.14.4 -dev
3
+ ## v0.15.0 -dev
4
4
5
5
* Enhancements
6
+ * [ IEx] Support ` --werl ` call on Windows
6
7
* [ Map] Add ` Map.from_struct/1 `
8
+ * [ Mix] Allow ` --app ` flag to be passed to ` mix new `
9
+ * [ Mix] Support lowercase ` http(s)_proxy ` environment variables
7
10
* [ String] ` String.slice/2 ` and ` String.slice/3 ` have been optimized
8
11
9
12
* Bug fixes
10
13
* [ IEx] Ensure functions in ` Kernel.SpecialForms ` and ` IEx.Helpers ` are also auto-completed
11
14
* [ IEx] Ensure remote shells can be started with ` --remsh `
15
+ * [ Kernel] Correctly parse unary/binary operators regardless of number of spaces
16
+ * [ Stream] Implement the Inspect protocol for Streams so we do not leak Stream representation
12
17
13
18
* Soft deprecations (no warnings emitted)
14
19
Original file line number Diff line number Diff line change 1
- 0.14.4 -dev
1
+ 0.15.0 -dev
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.14.4 -dev" },
3
+ {vsn , " 0.15.0 -dev" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments