Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jun 18, 2014
1 parent 470e542 commit 22f3a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.14.1-dev
## v0.14.1 (2014-06-18)

* Enhancements
* [Base] Decoding and encoding functions now accept the `:case` as an option
Expand All @@ -21,16 +21,13 @@
* [String] `Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
* [URI] `encode/1` does not escape reserved/unreserved characters by default nor encodes whitespace as `+` (check `URI.encode_www_form/1` and `URI.decode_www_form/1` for previous behaviour)

* Soft deprecations (no warnings emitted)

* Deprecations
* [Mix] `:escript_*` options were moved into a single `:escript` group

* Backwards incompatible changes
* [GenEvent] `GenEvent.stream/2` defaults to `:sync` mode
* [Kernel] Remove `get_in/1`


## v0.14.0 (2014-06-08)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1-dev
0.14.1
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.1-dev"},
{vsn, "0.14.1"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 22f3a50

Please sign in to comment.