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 Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog # Changelog


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


* Enhancements * Enhancements
* [Base] Decoding and encoding functions now accept the `:case` as an option * [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) * [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) * [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 * Deprecations
* [Mix] `:escript_*` options were moved into a single `:escript` group * [Mix] `:escript_*` options were moved into a single `:escript` group


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



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


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

0 comments on commit 22f3a50

Please sign in to comment.