From b1421579abc023e9ed2a7699a8e6c195a68d7cf3 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Sat, 19 May 2018 11:30:33 +0200 Subject: [PATCH] Update ChangeLog, AUTHORS, and Copyright --- AUTHORS | 1 + ChangeLog | 2 ++ src/commands/CmdChart.cpp | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 338d570a..1e247c42 100644 --- a/AUTHORS +++ b/AUTHORS @@ -66,3 +66,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges bognolo lumbric Antanas B. + towo diff --git a/ChangeLog b/ChangeLog index 071bd50a..ce2a25d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ (thanks to Antanas B.) - #111 Some tests fail depending on the time of day (thanks to chronitis) +- #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) - Fixed error from totals.py while timer is active diff --git a/src/commands/CmdChart.cpp b/src/commands/CmdChart.cpp index 848d4dd1..c8ac5151 100644 --- a/src/commands/CmdChart.cpp +++ b/src/commands/CmdChart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2018, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2018, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal