aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-05-22 14:14:02 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-05-22 14:14:02 -0400
commit4a916000c43f1dd90211aa3bdc810539baa406b8 (patch)
treec2b93e9ec3055705575b60ac1ed42a26dba68116 /CHANGELOG
parent865b89fc5ebdcfd9e7490806176f79619b078d72 (diff)
Add thunking to CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bad97037..bca65886 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@ Next
- Changed URL escaping convention, to avoid confusing proxies.
The new convention is like the normal one, but with '.' instead of '%'.
+- Changed JavaScript compilation of recursive functions to use thunks.
+ This change avoids most costs of functions not referenced on particular
+ pages, reducing loading time dramatically.
========
20100506