From 11adad7db1b6202d5366527902c3f0a9fb90654f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 24 May 2026 16:46:45 +0800 Subject: Move entry, route, and program_setup macros to extra_macros feature Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcaacf..3a344e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,8 @@ fn render(prev: Previous) { // Implicitly introduces `__renderer_inner_result` } ``` +5. **\[macros\]** Moved the `entry!`, `route!`, `#[program_setup]` macros into the `extra_macros` feature + --- ### Release 0.1.8 (2026-05-18) -- cgit