Mercurial > urweb
comparison CHANGELOG @ 1458:bd6b03bc6333
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 15 May 2011 13:16:58 -0400 |
parents | 8c017e9e410e |
children | 4f4f104259fb |
comparison
equal
deleted
inserted
replaced
1457:aa2398e58306 | 1458:bd6b03bc6333 |
---|---|
1 ======== | |
2 20110515 | |
3 ======== | |
4 | |
5 - Cygwin compatibility | |
6 - Compatibility with Gentoo packaging process, including a .ebuild file | |
7 - Change typing of SQL subqueries, to indicate that they may always return NULL | |
8 (for no rows) | |
9 - Syntactic sugar for GROUP BY with variable numbers of columns | |
10 (using 'tab.{{c}}', where 'c :: {Type}') | |
11 - 'ALL' for SQL relational operators | |
12 - Add nullable types to the class for valid operands for SQL arithmetic | |
13 - 'alt' attribute for <img> | |
14 - <sup> and <sub> HTML tags | |
15 - Allow 'debug' and 'naughtyDebug' in client-side code, implemented with 'alert' | |
16 - Bug fixes and optimization improvements | |
17 | |
1 ======== | 18 ======== |
2 20110123 | 19 20110123 |
3 ======== | 20 ======== |
4 | 21 |
5 - Changes to encoding of SQL aggregate functions: nullable types may be | 22 - Changes to encoding of SQL aggregate functions: nullable types may be |