From a7f91c7b918c80ac1bb027e2112b270e45f2ef50 Mon Sep 17 00:00:00 2001 From: ylzh10 <46687083+ylzh10@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:12:04 +0000 Subject: [PATCH] update changelog.md Signed-off-by: ylzh10 <46687083+ylzh10@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee7b2a..cd23c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- Added `available()` API in `AddressAllocator` to allow get the +- Added `available()` API in `AddressAllocator` to allow getting the available memories after `allocate/free()`s ### Changed