Skip to content

Commit 301c7fd

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 8809ab2 commit 301c7fd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Changelog
22

3-
## v0.14.4-dev
3+
## v0.15.0-dev
44

55
* Enhancements
6+
* [IEx] Support `--werl` call on Windows
67
* [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
710
* [String] `String.slice/2` and `String.slice/3` have been optimized
811

912
* Bug fixes
1013
* [IEx] Ensure functions in `Kernel.SpecialForms` and `IEx.Helpers` are also auto-completed
1114
* [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
1217

1318
* Soft deprecations (no warnings emitted)
1419

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.4-dev
1+
0.15.0-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, "0.14.4-dev"},
3+
{vsn, "0.15.0-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)