Skip to content

Commit e25c371

Browse files
author
José Valim
committed
Release v1.4.5
1 parent 0b30f64 commit e25c371

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,26 @@ 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.5 (2017-06-22)
113+
114+
This version includes changes that make Elixir fully compatible with Erlang/OTP 20.
115+
116+
### 1. Enhancements
117+
118+
#### Logger
119+
120+
* [Logger] Handle changes to crash reports in OTP 20
121+
122+
### 2. Bug fixes
123+
124+
#### Elixir
125+
126+
* [DateTime] `Fix DateTime.from_iso8601/2` when offset has no colon
127+
* [Registry] Do not leak EXIT messages on `Registry.dispatch/3`
128+
112129
## v1.4.4 (2017-05-15)
113130

114-
This version includes changes that make Elixir fully compatible with Erlang OTP 20-rc.1.
131+
This version includes changes that make Elixir fully compatible with Erlang/OTP 20-rc.1.
115132

116133
### 1. Bug fixes
117134

@@ -121,7 +138,7 @@ This version includes changes that make Elixir fully compatible with Erlang OTP
121138

122139
## v1.4.3 (2017-05-15)
123140

124-
This version includes changes that make Elixir fully compatible with Erlang OTP 20-rc.1.
141+
This version includes changes that make Elixir fully compatible with Erlang/OTP 20-rc.1.
125142

126143
### 1. Enhancements
127144

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.4
1+
1.4.5

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

0 commit comments

Comments
 (0)