diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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). + + + + |