changeset 2018:57f59e46c336

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 31 May 2014 16:47:42 -0400
parents bcda3ae88677
children 79a2f3468e46
files CHANGELOG configure.ac
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: <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	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