diff CHANGELOG @ 1458:bd6b03bc6333

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 15 May 2011 13:16:58 -0400
parents 8c017e9e410e
children 4f4f104259fb
line wrap: on
line diff
--- a/CHANGELOG	Thu May 12 17:14:13 2011 -0400
+++ b/CHANGELOG	Sun May 15 13:16:58 2011 -0400
@@ -1,3 +1,20 @@
+========
+20110515
+========
+
+- Cygwin compatibility
+- Compatibility with Gentoo packaging process, including a .ebuild file
+- Change typing of SQL subqueries, to indicate that they may always return NULL
+  (for no rows)
+- Syntactic sugar for GROUP BY with variable numbers of columns
+  (using 'tab.{{c}}', where 'c :: {Type}')
+- 'ALL' for SQL relational operators
+- Add nullable types to the class for valid operands for SQL arithmetic
+- 'alt' attribute for <img>
+- <sup> and <sub> HTML tags
+- Allow 'debug' and 'naughtyDebug' in client-side code, implemented with 'alert'
+- Bug fixes and optimization improvements
+
 ========
 20110123
 ========