From ca3def39b93d131405e8a676879bb0cec62e0b20 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 13 Dec 2021 23:18:51 +0800 Subject: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a189c63..5c6aec3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,13 @@ * [#1888](https://github.com/xmake-io/xmake/issues/1888): Improve windows installer to avoid remove other files * [#1895](https://github.com/xmake-io/xmake/issues/1895): Improve `plugin.vsxmake.autoupdate` rule * [#1893](https://github.com/xmake-io/xmake/issues/1893): Improve to detect icc and ifort toolchains +* [#1905](https://github.com/xmake-io/xmake/pull/1905): Add support of external headers without experimental for msvc +* [#1904](https://github.com/xmake-io/xmake/pull/1904): Improve vs201x generator ### Bugs fixed * [#1885](https://github.com/xmake-io/xmake/issues/1885): Fix package:fetch_linkdeps +* [#1903](https://github.com/xmake-io/xmake/issues/1903): Fix package link order ## v2.6.1 @@ -1167,10 +1170,13 @@ * [#1888](https://github.com/xmake-io/xmake/issues/1888): 改进 windows 安装器,避免错误删除其他安装目录下的文件 * [#1895](https://github.com/xmake-io/xmake/issues/1895): 改进 `plugin.vsxmake.autoupdate` 规则 * [#1893](https://github.com/xmake-io/xmake/issues/1893): 改进探测 icc 和 ifort 工具链 +* [#1905](https://github.com/xmake-io/xmake/pull/1905): 改进 msvc 对 external 头文件搜索探测支持 +* [#1904](https://github.com/xmake-io/xmake/pull/1904): 改进 vs201x 工程生成器 ### Bugs 修复 * [#1885](https://github.com/xmake-io/xmake/issues/1885): 修复 package:fetch_linkdeps 链接顺序问题 +* [#1903](https://github.com/xmake-io/xmake/issues/1903): 修复包链接顺序 ## v2.6.1 -- cgit v1.3.1