From 3f5d47f779511240ed3b2ea774dafac9fc5ed971 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Wed, 8 Aug 2018 07:18:02 +0200 Subject: [PATCH] Update ChangeLog and AUTHORS --- AUTHORS | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index 1e247c42..f185207a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,6 +29,7 @@ The following submitted code, packages or analysis, and deserve special thanks: davisdude Aaron Fields vedharish + janikrabe Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index e23f9bef..39c80023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,10 +10,14 @@ (thanks to Antanas B.) - #111 Some tests fail depending on the time of day (thanks to chronitis) +- #113 summary does not display correctly open intervals spanning day border + (thanks to janikrabe) - #135 Task at month end not getting displayed (thanks to towo) - #138 Entering an escaped quote in a tag name causes incorrect JSON to be generated (thanks to bognolo) +- #157 CLI: Ensure IDs are non-zero + (thanks to janikrabe) - Fixed error from totals.py while timer is active (thanks to davisdude)