summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-06-03 13:31:48 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-06-03 13:31:48 -0400
commit15b7711b8d255bfe9f9d2b2ad9d53464eb1e0c72 (patch)
treeb6bb980f7622a139e7ab19fd65b706d6610fca3e /CHANGELOG
parent63f77395df8d7e78c21437876ce585b01517f0cc (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bca65886..14983d28 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
========
-Next
+20100603
========
- Changed URL escaping convention, to avoid confusing proxies.
@@ -7,6 +7,8 @@ Next
- 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.
+- Support HTTP caching of application-specific JavaScript code
+- Bug fixes
========
20100506