Skip to content

Commit f74b364

Browse files
authored
Correct mention to after_compile/2 in changelog (#15224)
1 parent 28b6616 commit f74b364

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
@@ -187,7 +187,7 @@ This release requires Erlang/OTP 27+ and is compatible with Erlang/OTP 29.
187187
* [Code.Fragment] Allow preserving sigil metadata in `container_cursor_to_quoted`
188188
* [File] Add support for `[:raw]` opts in `File.read/2`
189189
* [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
190+
* [Module] Purge and delete modules if `after_compile/2` callback fails
191191
* [PartitionSupervisor] Support via tuples in `count_children/1` and `stop/3`
192192
* [Process] Add `Process.get_label/1`
193193

0 commit comments

Comments
 (0)