From f47d1bd9222fcb895edd27d10470d6c9483965b0 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Tue, 31 Mar 2026 20:51:48 +0900 Subject: [PATCH] Correct mention to after_compile/2 in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0264d49a..45c3a19378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,7 +187,7 @@ This release requires Erlang/OTP 27+ and is compatible with Erlang/OTP 29. * [Code.Fragment] Allow preserving sigil metadata in `container_cursor_to_quoted` * [File] Add support for `[:raw]` opts in `File.read/2` * [Kernel] Show undefined function errors even when missing variables (this helps debug errors caused when the developer forgets to require a macro) - * [Module] Purge and delete modules if `after_verify/2` callback fails + * [Module] Purge and delete modules if `after_compile/2` callback fails * [PartitionSupervisor] Support via tuples in `count_children/1` and `stop/3` * [Process] Add `Process.get_label/1`