# HG changeset patch # User Adam Chlipala # Date 1401569262 14400 # Node ID 57f59e46c33670d749f3acbc62e6a7066d349008 # Parent bcda3ae886771d9aaef028246608392860b48c59 New release diff -r bcda3ae88677 -r 57f59e46c336 CHANGELOG --- a/CHANGELOG Wed May 28 11:53:19 2014 -0400 +++ b/CHANGELOG Sat May 31 16:47:42 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: , , +- HTML5 data-* attributes +- HTML5 semantic tags +- Syntactic sugar extension: allow parens grouping joins in FROM clauses +- Bug fixes and documentation improvements + ======== 20140426 ======== diff -r bcda3ae88677 -r 57f59e46c336 configure.ac --- a/configure.ac Wed May 28 11:53:19 2014 -0400 +++ b/configure.ac Sat May 31 16:47:42 2014 -0400 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20140426]) -WORKING_VERSION=1 +AC_INIT([urweb], [20140531]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it