changeset 1273:7d0254d15b21

New release
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:31:48 -0400
parents 56bd4a4f6e66
children 38eb0d0f39b9
files CHANGELOG
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Jun 03 13:04:37 2010 -0400
+++ b/CHANGELOG	Thu Jun 03 13:31:48 2010 -0400
@@ -1,5 +1,5 @@
 ========
-Next
+20100603
 ========
 
 - Changed URL escaping convention, to avoid confusing proxies.
@@ -7,6 +7,8 @@
 - 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