From 9551ff532683df5b1659424a6321b054ea0f6c43 Mon Sep 17 00:00:00 2001 From: andylokandy Date: Tue, 16 Jul 2024 22:29:06 +0800 Subject: [PATCH] fix Signed-off-by: andylokandy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322eff68..93b33851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,4 +75,4 @@ ## v0.2.0 - All API get redesigned for better egnormic experience. -- Attribute macro `#[trace]` automactically detects `async fn` and crate `async-trait`, and since that, `#[trace_async]` is removed. +- Attribute macro `#[trace]` automatically detects `async fn` and crate `async-trait`, and since that, `#[trace_async]` is removed.