From 11f32d55a79853ae764d2cf7c07e7174ccb0c239 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 7 May 2026 13:21:54 +0800 Subject: Add static accessor to gen_program! macro output --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2e761..23ceef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelogs +### Release 0.1.8 + +#### Fixes: +None + +#### Optimizings: +None + +#### Features: + +1. **\[macros\]** The `gen_program!()` macro now generates `pub fn this() -> &'static Program<#name>` for the generated program type, providing convenient static accessors. + +#### **BREAKING CHANGES**: +None + +--- + ### Release 0.1.7 #### Fixes: -- cgit