From 49271c07e54c822a1fa56cff85b867f4aa6b6bdb Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Wed, 28 Sep 2022 08:12:14 +0200 Subject: [PATCH] Update ChangeLog Closes #478 Signed-off-by: Thomas Lauf --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e565d96..9a529530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ - #470 Do not leak filter in IntervalFilterFirstOf (thanks to Shaun Ruffel) - #474 Make display of ids and annotations in summary report configurable +- #478 Add support for XDG Base Directory specification on Unixes + (Thanks to Stanisław Wysocki) - #491 Tracking an interval in the future while actively tracking time results in a database inconsistency (thanks to agentcoffee)