diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-26 12:57:01 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-26 12:57:01 -0400 |
commit | 9964a6181187df8d3ab19a057d9185fc9a88d789 (patch) | |
tree | 5e8a70572bdf4489205d5424429e080ae52ee6f9 /CHANGELOG | |
parent | 9a7c15c058f6bafef3fee702382197815f335ee9 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ ======== +20090926 +======== + +- Reimplemented client-side code generation to use an interpreter, rather than + compilation to JavaScript; this avoids common browser flaws: lack of + optimization of tail calls and occasional bugs in closure handling. +- Bug fixes + +======== 20090919 ======== |