diff options
| author | ruki <[email protected]> | 2022-01-26 22:36:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-26 22:36:56 +0800 |
| commit | 49d8957fdb6ad610e597aac14462944a231bc22f (patch) | |
| tree | f4ff62fe3f6a81ef5cf878ada742442f7fcc2b9a | |
| parent | 2824e7da1ad5dfef6517739faed7d3d4a5f05e90 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e10a350..8cde63da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## master (unreleased) +### New features + +* [#2011](https://github.com/xmake-io/xmake/issues/2011): Support to inherit base package + ### Bugs fixed * [#2005](https://github.com/xmake-io/xmake/issues/2005): Fix path.extension +* [#2008](https://github.com/xmake-io/xmake/issues/2008): Fix windows manifest ## v2.6.3 @@ -1195,9 +1200,14 @@ ## master (开发中) +### 新特性 + +* [#2011](https://github.com/xmake-io/xmake/issues/2011): 支持继承和局部修改官方包,例如对现有的包更换 urls 和 versions + ### Bugs 修复 -* [#2005](https://github.com/xmake-io/xmake/issues/2005): Fix path.extension +* [#2005](https://github.com/xmake-io/xmake/issues/2005): 修复 path.extension +* [#2008](https://github.com/xmake-io/xmake/issues/2008): 修复 windows manifest 文件编译 ## v2.6.3 |
