diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index eafac2d..db0145b 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -187,6 +187,9 @@ RELEASE 0.97 - XXX - Speed things up when there are lists of targets and/or sources by getting rid of some N^2 walks of the lists involved. + - Cache evaluation of LazyActions so we don't create a new object + for each invocation. + From Wayne Lee: - Avoid "maximum recursion limit" errors when removing $(-$) pairs |