summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-05-15 13:16:58 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-05-15 13:16:58 -0400
commit4c902d478aae32b3f92c16de8b08b2b9b5c2f7c3 (patch)
tree4934c45cb23e0bb2a8a62c28342166bd9b59ef45 /CHANGELOG
parentb2a63d5b664c052d672d8cbde8cbb351b292e4c5 (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c36caa3b..db6d0146 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,21 @@
========
+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
========