aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-16 13:50:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-16 13:50:04 +0800
commitae78d9211c879516779dde9dd470d998ba3644a8 (patch)
treeeaebdae780d838037ec2ed93be3f562743f8a005 /CHANGELOG.md
parent7a723cec3520393bbcdf2f652012af277c39f6c9 (diff)
Fix typo in CHANGELOG macro names
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 b61afd0..d101a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -430,7 +430,7 @@ Initial release of the Mingling framework.
#### Features:
1. **\[core\]** Basic chain processing pipeline with `#[chain]` and `#[renderer]` macros
-2. **\[macros\]** `gen_program!` for program generation, `pack!` for wrapper types, `dispatcher!` for command routing
+2. **\[macros\]** `program!` for program generation, `chain_struct!` for wrapper types, `dispatcher!` for command routing
3. **\[core\]** `Program` struct with dispatcher registration and execution
4. **\[core\]** `RenderResult` for terminal output buffering
5. **\[docs\]** README and license files