diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ ======== +20140531 +======== + +- Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" +- New, optional less safe FFI +- New HTML tags: <tbody>, <tfoot>, <thead> +- HTML5 data-* attributes +- HTML5 semantic tags +- Syntactic sugar extension: allow parens grouping joins in FROM clauses +- Bug fixes and documentation improvements + +======== 20140426 ======== |