summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-23 22:41:48 +0800
committerruki <[email protected]>2024-09-23 22:41:48 +0800
commit6295d86eeb3be2761a61ffa1672c0b2ca4492643 (patch)
treec46d6a4e3cf3de08912a4651d6b8386fbd8a296b
parent478972cd989f6788925669b91d0bd8b4b38b2604 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 435b260bd..a705027db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@
* [#5631](https://github.com/xmake-io/xmake/pull/5631): Add `as_needed` for `add_linkgroups`
+### Bugs fixed
+
+* [#5645](https://github.com/xmake-io/xmake/issues/5645): Fix `xmake watch` for linux
+
## v2.9.5
### New features
@@ -1892,6 +1896,10 @@
* [#5631](https://github.com/xmake-io/xmake/pull/5631): 为 `add_linkgroups` 添加 `as_needed`
+### Bugs 修复
+
+* [#5645](https://github.com/xmake-io/xmake/issues/5645): 修复 `xmake watch` 在 linux 无法监听递归文件问题
+
## v2.9.5
### 新特性