diff options
-rw-r--r-- | CHANGELOG | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 14 insertions, 2 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 ======== diff --git a/configure.ac b/configure.ac index 78b913ea..920aa637 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |