From 33beb2b5bba8345105a6ce1294935393988f0813 Mon Sep 17 00:00:00 2001 From: tp-woven Date: Tue, 18 Jun 2024 09:41:49 +0900 Subject: [PATCH] Update CHANGELOG.md Fix config flag name in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd818cd13..59b13c028a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features * Support background filesystem monitoring via watchman triggers enabled with - the `core.watchman.register_trigger = true` config. + the `core.watchman.register_snapshot_trigger = true` config. * Show paths to config files when configuration errors occur