Skip to content

Commit 6cb09a7

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 12edab7 commit 6cb09a7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,25 @@ 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.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
130+
112131
## v1.4.0 (2017-01-05)
113132

114133
### 1. Enhancements

0 commit comments

Comments
 (0)