Skip to content

Commit c639b01

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent b4415f2 commit c639b01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@
33
## v0.14.2-dev
44

55
* Enhancements
6+
* [Enum] Improve performance of `Enum.join/2` and `Enum.map_join/3` by using iolists
7+
* [Kernel] Ensure compatibility with Erlang 17.1
8+
* [Kernel] Support `@external_resource` attribute to external dependencies to a module
69
* [Mix] Allow built Git dependencies to run on a system without Git by passing `--no-deps-check`
10+
* [Mix] Add `MIX_ARCHIVES` env variable (it is recommended for Elixir build tools to swap this environment)
711
* [Task] Set `:proc_lib` initial call on task to aid debugging
812
* [Typespec] Delay typespec compilation to after expansion
913
* [URI] Allow `parse/1` now accepts `%URI{}` as argument and return the uri itself
1014

1115
* Bug fixes
1216
* [CLI] Support paths inside archives in -pa and -pz options
1317
* [IEx] Remove dely when printing data from the an application start callback
18+
* [IEx] Ensure we show a consistent error when we cannot evaluate `.iex.exs`
1419
* [Kernel] Ensure derived protocols are defined with a file
20+
* [Kernel] Change precedence of `&` to not special case `/`
21+
* [Kernel] Ensure we can only use variables and `\\` as arguments of bodyless clause
1522

1623
* Soft deprecations (no warnings emitted)
1724
* [EEx] Using `EEx.TransformerEngine` and `EEx.AssignsEngine` are deprecated in favor of function composition with `Macro.prewalk/1` (see `EEx.SmartEngine` for an example)

0 commit comments

Comments
 (0)