Mercurial > urweb
comparison CHANGELOG @ 1771:4cca386e5766
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 19 May 2012 11:46:29 -0400 |
parents | 7afe63952fe6 |
children | 40557fb08e98 |
comparison
equal
deleted
inserted
replaced
1770:53d56d87fbd2 | 1771:4cca386e5766 |
---|---|
1 ======== | |
2 20120519 | |
3 ======== | |
4 | |
5 - Compatibility fixes for new Automake and GCC versions | |
6 - Allow synchronous RPC's in 'onunload' code | |
7 - Start of special cases for parsing CSS class names: interpret "table" as identifier 'tabl' | |
8 (since 'table' is an Ur/Web keyword) | |
9 - Bug fixes and improvements to type inference and optimization | |
10 | |
1 ======== | 11 ======== |
2 20120512 | 12 20120512 |
3 ======== | 13 ======== |
4 | 14 |
5 - New support for CSS style code embedded in Ur/Web programs. | 15 - New support for CSS style code embedded in Ur/Web programs. |