From 95cfdb3efbf5ab96840fcb3c3a1f839cde83b7bd Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 18:13:07 -0400 Subject: [PATCH] docs: Document TW #2461 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68b04b7de..e7352a94d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -119,8 +119,10 @@ - TW #2554 Remove the waiting state, and consider any task with wait>now to be waiting Thanks to Dustin J. Mitchell -- TW #2560 Add report..context configuration variable +- TW #2560 Add report..context configuration variable Thanks to Jake C. +- TW #2461 The legend in calendar does not respect the calendar.holidays setting + Thanks to Tomas Babej for contributing. - TW #2569 The `json.depends.array` configuration option is now ignored. Dependencies are always represented as an array in JSON output. Thanks to Dustin J. Mitchell