Skip to content

Commit 16a90ce

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 812b1cd commit 16a90ce

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,37 @@ 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.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
134+
135+
#### Logger
136+
137+
* [Logger.Translator] Handle OTP 20 GenServer log messages
138+
139+
#### Mix
140+
141+
* [mix compile] Recompile projects if OTP version changes
142+
112143
## v1.4.2 (2017-02-16)
113144

114145
### 1. Bug fixes

0 commit comments

Comments
 (0)