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