From 3785202ec5b949cba5501b20729b16f4c29ea626 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 22 Apr 2026 13:27:43 +0800 Subject: Add new_with_args and dispatch_args_dynamic to Program Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc9b11..c5f70af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelogs +### Release 0.1.7 + +#### Fixes: + +None + +#### Features: + +1. Added function `new_with_args` to `Program` +2. Added function `dispatch_args_dynamic` to `Program` + +#### **BREAKING CHANGES**: + +1. Removed macro `dispatcher_render!` from `mingling_macros` +2. The `<..., Group>` in `Program` no longer requires `std::fmt::Display` + +--- + ### Release 0.1.6 `Mingling` 0.1.6 primarily focuses on optimizing the writing experience and code completion. -- cgit