We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b6616 commit f74b364Copy full SHA for f74b364
CHANGELOG.md
@@ -187,7 +187,7 @@ This release requires Erlang/OTP 27+ and is compatible with Erlang/OTP 29.
187
* [Code.Fragment] Allow preserving sigil metadata in `container_cursor_to_quoted`
188
* [File] Add support for `[:raw]` opts in `File.read/2`
189
* [Kernel] Show undefined function errors even when missing variables (this helps debug errors caused when the developer forgets to require a macro)
190
- * [Module] Purge and delete modules if `after_verify/2` callback fails
+ * [Module] Purge and delete modules if `after_compile/2` callback fails
191
* [PartitionSupervisor] Support via tuples in `count_children/1` and `stop/3`
192
* [Process] Add `Process.get_label/1`
193
0 commit comments