summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 87980a8..f8452c7 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -12,6 +12,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Improve performance of Subst by preventing unnecessary frame
allocations by no longer defining the *Subber classes inside of their
respective function calls.
+ - Improve performance of Subst in some cases by preventing
+ unnecessary calls to eval when a token is surrounded in braces
+ but is not a function call.
From Mats Wichmann:
- Remove deprecated SourceCode