summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2021-03-11 21:42:19 +0100
committerJosé Valim <jose.valim@dashbit.co>2021-03-11 21:42:19 +0100
commit1ab2c0b275ddea757d566dd8828ff0446bf6358e (patch)
tree025ea3fe3071f18446377ec50f4a5bd12d9f7cf8 /CHANGELOG.md
parent1445ad57ef94391f4f0e9e1b7d1a3062b834f830 (diff)
downloadelixir-1ab2c0b275ddea757d566dd8828ff0446bf6358e.tar.gz
All @dialyzer module attributes also work for functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 686b313c6..d3446197c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,7 @@
* [Kernel] Show removal and deprecated tips from Erlang/OTP
* [Macro] Add export dependencies on `Macro.struct!/2`
* [Macro] Support `:newline` to customize newlines escaping in `Macro.unescape_string/2`
- * [Module] Warn on invalid `@dialyzer` attributes
+ * [Module] Raise on invalid `@dialyzer` attributes
* [Module] Add `Module.get_definition/2` and `Module.delete_definition/2`
* [Module] Allow `@on_load` to be a private function
* [Regex] Add offset option to `Regex.scan/3` and `Regex.run/3`