From 6c2929bf34f87f0a865f747022537885bbd04f44 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 25 Oct 2024 22:59:41 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f612136db..9a6c52cfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [#5688](https://github.com/xmake-io/xmake/pull/5688): Improve hashset module * [#5711](https://github.com/xmake-io/xmake/issues/5711): Support to parse include deps for sdcc * [#5727](https://github.com/xmake-io/xmake/issues/5727): Improve configs for add_requires +* [#5762](https://github.com/xmake-io/xmake/pull/5762): Improve bin2c speed ### Bugs fixed @@ -1906,6 +1907,7 @@ * [#5688](https://github.com/xmake-io/xmake/pull/5688): 改进 hashset * [#5711](https://github.com/xmake-io/xmake/issues/5711): 为 sdcc 支持解析 include 依赖 * [#5727](https://github.com/xmake-io/xmake/issues/5727): 为 add_requires 改进 configs 配置 +* [#5762](https://github.com/xmake-io/xmake/pull/5762): 改进 bin2c 速度 ### Bugs 修复