diff options
| author | ruki <[email protected]> | 2021-11-02 22:43:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-02 22:43:24 +0800 |
| commit | c208120425331d82c1b363bf94a515b6511c0d71 (patch) | |
| tree | 73cc523cc52eda687e513bff4663df82b446cc09 | |
| parent | f736ff4bcafeec2faf1cc95818d5fb1578b61aa6 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f517a47c..77abaa0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master (unreleased) +### Changes + +* Switch to Lua5.4 runtime by default +* [#1776](https://github.com/xmake-io/xmake/issues/1776): Improve system::find_package, support to find package from envs +* [#1786](https://github.com/xmake-io/xmake/issues/1786): Improve apt:find_package, support to find alias package + ## v2.5.9 ### New features @@ -1115,6 +1121,12 @@ ## master (开发中) +### 改进 + +* 默认切换到 Lua5.4 运行时 +* [#1776](https://github.com/xmake-io/xmake/issues/1776): 改进 system::find_package,支持从环境变量中查找系统库 +* [#1786](https://github.com/xmake-io/xmake/issues/1786): 改进 apt:find_package,支持查找 alias 包 + ## v2.5.9 ### 新特性 |
