Mercurial > urweb
comparison CHANGELOG @ 1616:3a33cd0b61d9
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 27 Nov 2011 15:12:44 -0500 |
parents | 3b57a6ddef1a |
children | 61421ab6be36 |
comparison
equal
deleted
inserted
replaced
1615:7d459f223ac2 | 1616:3a33cd0b61d9 |
---|---|
1 ======== | |
2 20111127 | |
3 ======== | |
4 | |
5 - Improvements to type inference and error messages | |
6 - New Basis members: ceil, float, null, round, trunc | |
7 - New SQL expression forms: 'IF..THEN..ELSE', 'COALESCE', and 'LIKE' | |
8 - Support for the full set of HTML character entities | |
9 - Client-side versions of some time-related functions | |
10 - New URWEB_PG_CON environment variable | |
11 - Allow arguments for 'con' signature items, not just declarations | |
12 - Bug fixes and performance improvements | |
13 - Tweaks for idiosyncrasies of OS X (like deprecated OpenSSL) | |
14 | |
1 ======== | 15 ======== |
2 20110917 | 16 20110917 |
3 ======== | 17 ======== |
4 | 18 |
5 - Start of official tutorial | 19 - Start of official tutorial |