summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-09 00:00:56 +0800
committerruki <[email protected]>2023-02-09 00:00:56 +0800
commit54ce8619bb3b2ae8b7c64dc499ef25c30976847a (patch)
tree891afcbb9122c3235f2a3790ff2bd248584148f6
parent330d81f404b45d5805622be09e2d9025c9d09b62 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b23fb329..6e3b71e58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#3318](https://github.com/xmake-io/xmake/pull/3318): Improve dlang toolchains
* [#2591](https://github.com/xmake-io/xmake/issues/2591): Improve target analysis
+* [#3342](https://github.com/xmake-io/xmake/issues/3342): Improve to configure working and build directories
* Improve to strip/optimization for dmd/ldc2
### Bugs fixed
@@ -1539,6 +1540,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
+* [#3342](https://github.com/xmake-io/xmake/issues/3342): 改进配置构建目录,支持外置目录构建,保持远吗目录更加干净
### Bugs 修复