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
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,25 @@ 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.1-dev
113
+
114
+
### 1. Bug fixes
115
+
116
+
#### Elixir
117
+
118
+
*[Kernel] Remove warning when making private functions overridable
119
+
*[Path] Ensure `Path.join/1` returns strings for lists of one element
120
+
*[Regex] Ensure `Regex.escape/1` also escapes `-`
121
+
122
+
#### IEx
123
+
124
+
*[IEx] Disable ANSI detection for powershell to avoid false positives
125
+
126
+
#### Mix
127
+
128
+
*[Mix.Rebar] Support all of rebar3 dependency package declaration
129
+
*[Mix.Rebar] Only pass overrides from parent to child in Rebar dep
0 commit comments