Mercurial > urweb
diff CHANGELOG @ 985:28bf725de7f3
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 26 Sep 2009 12:57:01 -0400 |
parents | b8048f6e25ef |
children | d923b47e483d |
line wrap: on
line diff
--- a/CHANGELOG Sat Sep 26 12:45:19 2009 -0400 +++ b/CHANGELOG Sat Sep 26 12:57:01 2009 -0400 @@ -1,3 +1,12 @@ +======== +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 ========