Mercurial > urweb
comparison CHANGELOG @ 1273:7d0254d15b21
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 03 Jun 2010 13:31:48 -0400 |
parents | 04e9885cbe56 |
children | 5137b0537c92 |
comparison
equal
deleted
inserted
replaced
1272:56bd4a4f6e66 | 1273:7d0254d15b21 |
---|---|
1 ======== | 1 ======== |
2 Next | 2 20100603 |
3 ======== | 3 ======== |
4 | 4 |
5 - Changed URL escaping convention, to avoid confusing proxies. | 5 - Changed URL escaping convention, to avoid confusing proxies. |
6 The new convention is like the normal one, but with '.' instead of '%'. | 6 The new convention is like the normal one, but with '.' instead of '%'. |
7 - Changed JavaScript compilation of recursive functions to use thunks. | 7 - Changed JavaScript compilation of recursive functions to use thunks. |
8 This change avoids most costs of functions not referenced on particular | 8 This change avoids most costs of functions not referenced on particular |
9 pages, reducing loading time dramatically. | 9 pages, reducing loading time dramatically. |
10 - Support HTTP caching of application-specific JavaScript code | |
11 - Bug fixes | |
10 | 12 |
11 ======== | 13 ======== |
12 20100506 | 14 20100506 |
13 ======== | 15 ======== |
14 | 16 |