Mercurial > urweb
diff CHANGELOG @ 1771:4cca386e5766
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 19 May 2012 11:46:29 -0400 |
parents | 7afe63952fe6 |
children | 40557fb08e98 |
line wrap: on
line diff
--- a/CHANGELOG Sat May 19 11:38:14 2012 -0400 +++ b/CHANGELOG Sat May 19 11:46:29 2012 -0400 @@ -1,3 +1,13 @@ +======== +20120519 +======== + +- Compatibility fixes for new Automake and GCC versions +- Allow synchronous RPC's in 'onunload' code +- Start of special cases for parsing CSS class names: interpret "table" as identifier 'tabl' + (since 'table' is an Ur/Web keyword) +- Bug fixes and improvements to type inference and optimization + ======== 20120512 ========