Skip to content

Commit 4e5c851

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent b76d39e commit 4e5c851

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
* Enhancements
44
* [Kernel] `GenEvent`, `GenServer`, `Supervisor`, `Agent` and `Task` modules added
5+
* [Macro] Add `Macro.prewalk/2/3` and `Macro.postwalk/2/3`
6+
* [Kernel] Make deprecations compiler warnings to avoid the same deprecation being printed multiple times
57

68
* Bug fixes
9+
* [Enum] Fix `Enum.join/2` and `Enum.map_join/3` for empty binaries at the beginning of the collection
710
* [ExUnit] Ensure the formatter doesn't error when printing :EXITs
811
* [Kernel] Rename `ELIXIR_ERL_OPTS` to `ELIXIR_ERL_OPTIONS` for consistency with `ERL_COMPILER_OPTIONS`
912

@@ -28,6 +31,7 @@
2831
* Deprecations
2932
* [Kernel] `is_exception/1`, `is_record/1` and `is_record/2` are deprecated in favor of `Exception.exception?1`, `Record.record?/1` and `Record.record?/2`
3033
* [Kernel] `defrecord/3` is deprecated in favor of structs
34+
* [Kernel] `:hygiene` in `quote` is deprecated
3135
* [Mix] `Mix.project/0` is deprecated in favor of `Mix.Project.config/0`
3236
* [Process] `Process.spawn/1`, `Process.spawn/3`, `Process.spawn_link/1`, `Process.spawn_link/3`, `Process.spawn_monitor/1`, `Process.spawn_monitor/3`, `Process.send/2` and `Process.self/0` are deprecated in favor of the ones in `Kernel`
3337

0 commit comments

Comments
 (0)