From 2faa2f73b57f378bd1d229230b78f8c92c9a48a9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 29 Jul 2015 00:28:42 -0400 Subject: [PATCH] Tw-1426: Adding a date in 1963 (why not?) stores a negative epoch, which fails to export - Thanks to Black Ops Testing. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index eaba1e6e5..3b2716f44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ - TW-1389 tw will import same UUID n-times if part of same import (thanks to Markus Beppler). - TW-1419 On add '-tag' is considered a tag removal, which makes no sense. +- Tw-1426 Adding a date in 1963 (why not?) stores a negative epoch, which fails + to export (thanks to Black Ops Testing). - TW-1430 Slashes in project names don't work (thanks to Richard Boß). - TW-1432 start/stop can be issued on completed tasks (thanks to Renato Alves). - TW-1440 "task import" from STDIN (thanks to Renato Alves).