summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ebdfc9..3608d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@
(7) Replaced the remaining uses of 'Set' and others outside of the
path/token handling, and deleted a number of procedures related to
state array access which are not used any longer.
+ (8) Converted the path token system to cache normalized paths and
+ path <-> token conversions. Removed more procedures not used any
+ longer. Removed the test cases 4.3 and 4.4 from safe.test. They
+ were testing the now deleted command "InterpStateName".
2009-11-02 Kevin B. Kenny <kennykb@acm.org>