Mercurial > urweb
diff CHANGELOG @ 1616:3a33cd0b61d9
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 27 Nov 2011 15:12:44 -0500 |
parents | 3b57a6ddef1a |
children | 61421ab6be36 |
line wrap: on
line diff
--- a/CHANGELOG Sat Nov 26 10:14:05 2011 -0500 +++ b/CHANGELOG Sun Nov 27 15:12:44 2011 -0500 @@ -1,3 +1,17 @@ +======== +20111127 +======== + +- Improvements to type inference and error messages +- New Basis members: ceil, float, null, round, trunc +- New SQL expression forms: 'IF..THEN..ELSE', 'COALESCE', and 'LIKE' +- Support for the full set of HTML character entities +- Client-side versions of some time-related functions +- New URWEB_PG_CON environment variable +- Allow arguments for 'con' signature items, not just declarations +- Bug fixes and performance improvements +- Tweaks for idiosyncrasies of OS X (like deprecated OpenSSL) + ======== 20110917 ========