diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-05-31 16:47:42 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-05-31 16:47:42 -0400 |
commit | 794c693709eae893456ac52e41be586412c4b6aa (patch) | |
tree | 61948dea7a43059119d96743ddd06add503c60e8 /CHANGELOG | |
parent | fc310baba1114b1c9d10c9055ded950bb8dc64cf (diff) |
New release
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 ======== |