From 383ca96147e02329ae21cd8346f5e9cb2d0effaa Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Tue, 19 Nov 2019 21:53:11 +0100 Subject: [PATCH] Update ChangeLog and AUTHORS Signed-off-by: Thomas Lauf --- AUTHORS | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index d2e52de4..f4976195 100644 --- a/AUTHORS +++ b/AUTHORS @@ -80,3 +80,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges somospocos quazgar RainbowSwirls + bzed diff --git a/ChangeLog b/ChangeLog index cf6ec94a..c5537b68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,10 @@ - #240 Core dump when specifying a start time in the past (thanks to OddBloke) - #247 Remove annotation from interval +- #254 Quotes in annotations are not escaped + (thanks to sruffell) +- #262 Allow tests to use manpages in source tree + (thanks to sruffell) - Fixed error from totals.py while timer is active (thanks to davisdude) - Refactoring of Interval and Range