File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
78
78
* [ Code.Fragment] Handle anonymous calls in fragments
79
79
* [ Kernel] Suggest module names based on suffix and casing errors when the module does not exist in ` UndefinedFunctionError `
80
80
* [ Kernel.ParallelCompiler] Introduce ` Kernel.ParallelCompiler.pmap/2 ` to compile multiple additional entries in parallel
81
+ * [ Kernel.SpecialForms] Warn if ` True ` /` False ` /` Nil ` are used as aliases and there is no such alias
81
82
* [ Macro] Add ` Macro.compile_apply/4 `
83
+ * [ Module] Add support for ` @nifs ` annotation from Erlang/OTP 25
82
84
* [ String] Update to Unicode 15.1.0
83
85
84
86
#### Mix
@@ -89,10 +91,12 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
89
91
90
92
#### Elixir
91
93
94
+ * [ Code.Fragment] Fix crash in ` Code.Fragment.surround_context/2 ` when matching on ` -> `
92
95
* [ IO] Raise when using ` IO.binwrite/2 ` on terminated device (mirroring ` IO.write/2 ` )
93
96
* [ Kernel] Do not expand aliases recursively (the alias stored in Macro.Env is already expanded)
94
97
* [ Kernel] Ensure ` dbg ` module is a compile-time dependency
95
98
* [ Kernel] Warn when a private function or macro uses ` unquote/1 ` and the function/macro itself is unused
99
+ * [ Kernel] Do not define an alias for nested modules starting with ` Elixir. ` in their definition
96
100
* [ Kernel.ParallelCompiler] Consider a module has been defined in ` @after_compile ` callbacks to avoid deadlocks
97
101
* [ Path] Ensure ` Path.relative_to/2 ` returns a relative path when the given argument does not share a common prefix with ` cwd `
98
102
You can’t perform that action at this time.
0 commit comments