Skip to content

Commit 22f3a50

Browse files
author
José Valim
committed
Release v0.14.1
1 parent 470e542 commit 22f3a50

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Diff for: CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.14.1-dev
3+
## v0.14.1 (2014-06-18)
44

55
* Enhancements
66
* [Base] Decoding and encoding functions now accept the `:case` as an option
@@ -21,16 +21,13 @@
2121
* [String] `Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
2222
* [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)
2323

24-
* Soft deprecations (no warnings emitted)
25-
2624
* Deprecations
2725
* [Mix] `:escript_*` options were moved into a single `:escript` group
2826

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

33-
3431
## v0.14.0 (2014-06-08)
3532

3633
* Enhancements

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.1-dev
1+
0.14.1

Diff for: src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.14.1-dev"},
3+
{vsn, "0.14.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)