From 8fad4ae8dd384cc26a28af81db81c586300b9a55 Mon Sep 17 00:00:00 2001 From: "Brendan C. Ward" Date: Fri, 27 Dec 2024 11:56:35 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d06757..fe93fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - support returning missing image tiles as HTTP 404 instead of blank tiles using the `--missing-image-tile-404` option (#177). +- added ability to detect directory changes to `--enable-fs-watch` (#156). ### Breaking changes - now requires Go 1.21+ (per Go version policy).