From 841b799299865047c2b2cd8cf8457e8c4dd9dc98 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sat, 9 Jul 2022 12:26:07 +0200
Subject: [PATCH] Add include-file reload fix to changelog
---
CHANGELOG.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f3309e4..1cca1973 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Waiting for double click interval on modules that don't have a double click action ([`#2663`](https://github.com/polybar/polybar/issues/2663), [`#2695`](https://github.com/polybar/polybar/pull/2695))
-- Error reporting for deprecated config values ([`#2724`](https://github.com/polybar/polybar/issues/2724))
+- config:
+ - Error reporting for deprecated config values ([`#2724`](https://github.com/polybar/polybar/issues/2724))
+ - Also monitor include-files for changes when --reload is set ([`#675`](https://github.com/polybar/polybar/issues/675), [`#2759`](https://github.com/polybar/polybar/pull/2759))
## [3.6.3] - 2022-05-04
### Fixed