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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,37 @@ 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
113
+
114
+
### 1. Bug fixes
115
+
116
+
#### Elixir
117
+
118
+
*[Kernel] Fix code generation when non-binary bitstrings are in AST
119
+
120
+
#### Mix
121
+
122
+
*[Mix.Task] Do not assume all paths in loadpaths exist
123
+
124
+
#### ExUnit
125
+
126
+
*[ExUnit.Diff] Do not fail when comparing maps with nil or boolean keys
127
+
128
+
### 2. Enhancements
129
+
130
+
#### Elixir
131
+
132
+
*[Kernel] Improve compilation time for modules with many clauses
133
+
*[Regex] Add `recompile/1` and `recompile!/1` to ease transition to OTP 20 for archives and stored regexes
0 commit comments