Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 29, 2014
1 parent 8809ab2 commit 301c7fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Changelog

## v0.14.4-dev
## v0.15.0-dev

* Enhancements
* [IEx] Support `--werl` call on Windows
* [Map] Add `Map.from_struct/1`
* [Mix] Allow `--app` flag to be passed to `mix new`
* [Mix] Support lowercase `http(s)_proxy` environment variables
* [String] `String.slice/2` and `String.slice/3` have been optimized

* Bug fixes
* [IEx] Ensure functions in `Kernel.SpecialForms` and `IEx.Helpers` are also auto-completed
* [IEx] Ensure remote shells can be started with `--remsh`
* [Kernel] Correctly parse unary/binary operators regardless of number of spaces
* [Stream] Implement the Inspect protocol for Streams so we do not leak Stream representation

* Soft deprecations (no warnings emitted)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.4-dev
0.15.0-dev
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.14.4-dev"},
{vsn, "0.15.0-dev"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 301c7fd

Please sign in to comment.