diff --git a/CHANGELOG.md b/CHANGELOG.md index 1634aaf1bb8..76121b99a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * [#5077](https://github.com/xmake-io/xmake/issues/5077): Use x64 host compiler for msvc when building x86 target * [#5109](https://github.com/xmake-io/xmake/issues/5109): Support runpath/rpath for add_rpathdirs +* [#5132](https://github.com/xmake-io/xmake/pull/5132): Improve ifort/icc/icx support on windows ### Bugs Fixed @@ -1823,6 +1824,7 @@ * [#5077](https://github.com/xmake-io/xmake/issues/5077): 当构建 x86 目标时,使用 x64 的 msvc 编译工具 * [#5109](https://github.com/xmake-io/xmake/issues/5109): 改进 add_rpathdirs 支持 runpath/rpath 切换 +* [#5132](https://github.com/xmake-io/xmake/pull/5132): 改进 ifort/icc/icx 在 windows 上的支持 ### Bugs 修复