changeset 2210:69c0f36255cb

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 22:23:25 -0400
parents 0ca11d57c175 79a2f3468e46
children ef766ef6e242
files
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sat May 31 03:08:16 2014 -0400
+++ b/CHANGELOG	Sat May 31 22:23:25 2014 -0400
@@ -1,3 +1,15 @@
+========
+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
 ========
--- a/configure.ac	Sat May 31 03:08:16 2014 -0400
+++ b/configure.ac	Sat May 31 22:23:25 2014 -0400
@@ -1,4 +1,4 @@
-AC_INIT([urweb], [20140426])
+AC_INIT([urweb], [20140531])
 WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS