Skip to content

Commit 12e3836

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent c9d4eed commit 12e3836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ available.
103103
* [Kernel] Allow variables as map keys on creation `%{key => value}` and on matches `%{^key => value}`
104104
* [Kernel] Allow the pin operator `^` in `fn` clauses and on the left side of `<-` in `for` comprehensions
105105
* [Kernel] Introduce `with` as a special form that allows matching on right side parameters
106-
* [Kernel] Raise when right hand side of `->` does not provide any expression
106+
* [Kernel] Warn when right hand side of `->` does not provide any expression
107107
* [Kernel] Warn if the Elixir was compiled with a different endianness than the one currently available at runtime
108108
* [Kernel] Warn if a variable is used after being defined exclusively in a nested context
109109
* [Kernel] Warn if piping into an expression without parentheses

0 commit comments

Comments
 (0)