aboutsummaryrefslogtreecommitdiffhomepage
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
commitaf5dbb0fa9c72ef6aa4cf4157bcfc509288005cf (patch)
treeb6bb980f7622a139e7ab19fd65b706d6610fca3e /CHANGELOG
parentb1d29df128dd1fa879e24f0eb3f5cdc1b74e16b7 (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