You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,26 @@ You can now also install archives from Hex in this way. Since they are fetched a
109
109
110
110
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.
111
111
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
+
112
129
## v1.4.4 (2017-05-15)
113
130
114
-
This version includes changes that make Elixir fully compatible with ErlangOTP 20-rc.1.
131
+
This version includes changes that make Elixir fully compatible with Erlang/OTP 20-rc.1.
115
132
116
133
### 1. Bug fixes
117
134
@@ -121,7 +138,7 @@ This version includes changes that make Elixir fully compatible with Erlang OTP
121
138
122
139
## v1.4.3 (2017-05-15)
123
140
124
-
This version includes changes that make Elixir fully compatible with ErlangOTP 20-rc.1.
141
+
This version includes changes that make Elixir fully compatible with Erlang/OTP 20-rc.1.
0 commit comments