From 7dba93ae88a6a433c9e29b1cabe93215b301cd61 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Fri, 2 Feb 2018 17:57:57 +0000 Subject: [PATCH] Add to HISTORY --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index d452c56..df6ec64 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,7 @@ History of SixtyPical * Each table has a specified size now (although, bounds checking is not performed.) * Initialized `byte table` values need not have all 256 bytes initialized. * Constraints for `vector` type come immediately after the type, not the variable. +* `vector table` storage, and ability to copy vectors in and out of same. 0.10 ----