diff CHANGELOG @ 1273:7d0254d15b21

New release
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:31:48 -0400
parents 04e9885cbe56
children 5137b0537c92
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