aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-07 13:21:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-07 13:21:54 +0800
commit11f32d55a79853ae764d2cf7c07e7174ccb0c239 (patch)
tree6f5a61c5eabff73d8ad0ee8ccf73d962faf01288 /CHANGELOG.md
parent89571fa6ef2ffb5e044d714627460a46e7f76ca2 (diff)
Add static accessor to gen_program! macro output
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
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: