diff options
| author | ruki <[email protected]> | 2025-01-22 23:43:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-22 23:43:51 +0800 |
| commit | 15bd9eb1d1fc7d5fe90ced13d35eaf9946823b25 (patch) | |
| tree | 0ed5160e40bbf030fd5a084a4705a1ba3de0e8da | |
| parent | 2187c6165dc02d040360e9c39bb7aafcf083b209 (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 fe416ee8d..c7fba80c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### Bugs fixed * [#272](https://github.com/tboox/tbox/issues/272): Fix xmake stuck when readfile always return zero for msvc + /O1 +* [#6089](https://github.com/tboox/tbox/issues/6089): Fix depend.is_changed for cuda ## v2.9.7 @@ -1955,6 +1956,7 @@ ### Bugs 修复 * [#272](https://github.com/tboox/tbox/issues/272): 修复 msvc + /O1 时候,错误的编译器优化导致 xmake 加载卡住 +* [#6089](https://github.com/tboox/tbox/issues/6089): 修复 depend.is_changed ## v2.9.7 |
