From d07e5a367befbcfeb7d3b5424d893128fe4d0c25 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 30 Jul 2014 10:07:43 -0400 Subject: [PATCH] add note about what was added to Table --- core/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 791022f45..38845f051 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,7 @@ 0229 core (3.0a2) X add copy() method to Table +X return null from getString() on NaN float and double values +X affects how saveTable() works (writes blank entries instead of NaN) _ need a better method for "missing" data in Table _ if missing int is zero, can't just remove those values from saving a table