From ae78d9211c879516779dde9dd470d998ba3644a8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 16 May 2026 13:50:04 +0800 Subject: Fix typo in CHANGELOG macro names --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit