Mercurial > urweb
diff CHANGELOG @ 1669:61421ab6be36
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 10 Jan 2012 09:34:15 -0500 |
parents | 3a33cd0b61d9 |
children | 27d68ccb2c9e |
line wrap: on
line diff
--- a/CHANGELOG Mon Jan 09 16:20:10 2012 -0500 +++ b/CHANGELOG Tue Jan 10 09:34:15 2012 -0500 @@ -1,3 +1,21 @@ +======== +20120110 +======== + +- Improvements to type inference and error messages +- New 'dynClass' pseudo-attribute for most HTML tags +- New 't.*' notation for selecting all columns of a table +- New SQL functions: 'lower' and 'upper' +- 'timeFormat' .urp directive +- Client-side 'debug' and 'naughtyDebug' calls use a browser debug console, if available +- Allow 'source' values to be returned by RPCs +- Change the HTML context classification scheme in 'Basis' +- Rename 'Top.id' to 'ident' to avoid clash with 'Basis.id' +- More client-side function implementations +- Some expanded reference manual sections +- Tweak to linker command line argument order (to prevent issues with new Ubuntu versions) +- Bug fixes + ======== 20111127 ========