Skip to content

Commit f045705

Browse files
author
José Valim
committed
Release v1.4.0
1 parent 2b4f573 commit f045705

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can now also install archives from Hex in this way. Since they are fetched a
109109

110110
It is also possible to install escripts and archives by providing a Git/GitHub repo. See `mix help escript.install` and `mix help archive.install` for more details.
111111

112-
## v1.4.0-rc.1 (2016-12-05)
112+
## v1.4.0 (2017-01-05)
113113

114114
### 1. Enhancements
115115

@@ -123,7 +123,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
123123
* [Enum] Add `min/2`, `max/2`, `min_max/2`, `min_by/3`, `max_by/3`, and `min_max_by/3` that allow a function specifying the default value when the enumerable is empty
124124
* [Enum] Introduce `Enum.zip/1` to zip multiple entries at once
125125
* [Float] Introduce `Float.ratio/1` that returns a tuple with the numerator and denominator as integers to retrieve the given float
126-
* [GenServer] Log error on default `handle_info/2` implementation
126+
* [GenServer] Log warn on default `handle_info/2` implementation
127127
* [Inspect] Support syntax coloring via the `:syntax_color` option
128128
* [Integer] `Integer.digits/2` now accepts negative integers
129129
* [Integer] Add `Integer.mod/2` and `Integer.floor_div/2`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0-rc.1
1+
1.4.0

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, "1.4.0-rc.1"},
3+
{vsn, "1.4.0"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)