From 7af52b4fbfd953cd1ed659d09232cfa5c7dbed6f Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 31 Oct 2024 00:39:27 +0000 Subject: [PATCH] update TODO --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3cbf7f..a8c66c5 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ _Do not look below this line_ * do we even need Track? will it ever be anything more than a collection of Points? * [done] need a real gpx file with namespace decls before we can parse power and stuff -* tests seem to pass without element? -* stop returning bogus data when missing required elements (e.g. time) +* [done] tests seem to pass without element? +* [done] stop returning bogus data when missing required elements (e.g. time)