From acb9fafdedcf185db568a0334ca3501f3951a1a0 Mon Sep 17 00:00:00 2001 From: Sebastien Tardif Date: Sun, 23 Aug 2026 21:49:59 -0700 Subject: [PATCH] CHANGELOG: link extra-records filewatcher fix to #3437 Signed-off-by: Sebastien Tardif --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0aa59c3e..3016453ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ keys remain all-access. - Expiring or deleting a non-existent pre-auth key now returns an error instead of silently succeeding [#3324](https://github.com/juanfont/headscale/pull/3324) - Improve systemd service file hardening [#3341](https://github.com/juanfont/headscale/pull/3341) - Headscale now requires Go 1.27 to build -- Fix extra-records filewatcher hanging on shutdown after the watched file is deleted, and leaking the watcher when setup fails +- Fix extra-records filewatcher hanging on shutdown after the watched file is deleted, and leaking the watcher when setup fails [#3437](https://github.com/juanfont/headscale/pull/3437) ## 0.29.3 (2026-07-29)