aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index f674278..1095912 100644
--- a/README
+++ b/README
@@ -131,3 +131,13 @@ Minor update: Node now passes only the necessary number of arguments into its fu
connections as it knows which connections the function will use (based on arity).
+14/2
+
+Support for generic data types implemented.
+
+Tests have been refactored to deal with the new data system. The system uses Object as its data type, allowing absolutely
+any class to be used (and also primitive types).
+
+
+
+