diff options
| author | ruki <[email protected]> | 2020-06-13 10:14:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-13 10:14:51 +0800 |
| commit | 6a26e78f28fa85b1ccd236cadac7784c960ca950 (patch) | |
| tree | eeaed92655f3351e3f67882284162ed41cdfbb58 | |
| parent | 9636ff2d67111f584a1a4a8e995e672940f3a8b7 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cca042f..95fe8056f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#828](https://github.com/xmake-io/xmake/issues/828): Support to import sub-directory files for protobuf rules * [#835](https://github.com/xmake-io/xmake/issues/835): Improve mode.minsizerel to add /GL flags for msvc +* [#828](https://github.com/xmake-io/xmake/issues/828): Support multi-level directories for protobuf/import ### Bugs fixed @@ -762,6 +763,7 @@ * [#828](https://github.com/xmake-io/xmake/issues/828): 针对protobuf规则增加导入子目录proto文件支持 * [#835](https://github.com/xmake-io/xmake/issues/835): 改进mode.minsizerel模式,针对msvc增加/GL支持,进一步优化目标程序大小 +* [#828](https://github.com/xmake-io/xmake/issues/828): protobuf规则支持import多级子目录 ### Bugs修复 |
