summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-03 22:47:09 +0800
committerruki <[email protected]>2023-02-03 22:47:09 +0800
commitc2387f757d6ad0b4cfc42841920a4b38ba1cc1e0 (patch)
tree55bd3ab9d9ccbfb21a103a6bcb02a5ec257f03e5
parent1d33c24b8e1b31aa18f73dd08f4a042315bdec5f (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75c0d3892..bee87529b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
### Changes
* [#3318](https://github.com/xmake-io/xmake/pull/3318): Improve dlang toolchains
+* [#2591](https://github.com/xmake-io/xmake/issues/2591): Improve target analysis
* Improve to strip/optimization for dmd/ldc2
### Bugs fixed
@@ -1533,6 +1534,7 @@
### 改进
* [#3318](https://github.com/xmake-io/xmake/pull/3318): 改进 dlang 工具链
+* [#2591](https://github.com/xmake-io/xmake/issues/2591): 改进 target 配置来源分析
* 为 dmd/ldc2 改进 strip/optimization
### Bugs 修复