diff options
| author | ruki <[email protected]> | 2020-03-21 00:38:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-20 21:51:26 +0800 |
| commit | 114545bb164cba3de59e4083fa4170f8f851f3d7 (patch) | |
| tree | b50c6a88b661cc60736318bc6d3133f3789a686d | |
| parent | 826cbd39ee7d3f24d8742c02e55b96b4b6c4f0d6 (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 7061756bd..5e49c16ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Fix the link errors output issues for msvc * [#718](https://github.com/xmake-io/xmake/issues/718): Fix download cache bug for package +* [#722](https://github.com/xmake-io/xmake/issues/722): Fix invalid package deps ## v2.3.1 @@ -712,6 +713,7 @@ * 修复windows下link error显示问题 * [#718](https://github.com/xmake-io/xmake/issues/718): 修复依赖包下载在多镜像时一定概率缓存失效问题 +* [#722](https://github.com/xmake-io/xmake/issues/722): 修复无效的包依赖导致安装死循环问题 ## v2.3.1 |
