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
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,36 +109,46 @@ 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.3-dev
112
+
## v1.4.3 (2017-05-15)
113
113
114
-
### 1. Bug fixes
114
+
This version includes changes that make Elixir fully compatible with Erlang OTP 20-rc.1.
115
+
116
+
### 1. Enhancements
115
117
116
118
#### Elixir
117
119
118
-
*[Kernel] Fix code generation when non-binary bitstrings are in AST
120
+
*[Kernel] Improve compilation time for modules with many clauses
121
+
*[Map] Warn when attempting to override `__struct__` key
122
+
*[Regex] Add `recompile/1` and `recompile!/1` to ease transition to OTP 20 for archives and stored regexes
119
123
120
-
#### Mix
124
+
#### Logger
121
125
122
-
*[Mix.Task] Do not assume all paths in loadpaths exist
0 commit comments