summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-06-15 09:18:01 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-06-15 09:18:01 -0400
commit2e8e31d6edf8c75be8aa288801b910d685c67a19 (patch)
treeac73e252af9abe3d32ff07f5d3501eac2424bbc3
parent7c2b11633dc471180b8fe7f564e0b552dd4e5c9e (diff)
New release
-rw-r--r--CHANGELOG11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c4d7480..c67c4899 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,15 @@
========
+20140615
+========
+
+- New syntactic sugar: 'let E where DS end' for 'let DS in E end'
+- Add 'onChange' attributes to more tags.
+- New standard library function: String.trim
+- Start treating Ur/Web tag <button> as real HTML tag <button>,
+ with special handling of 'value' attribute as tag content.
+- Bug fixes
+
+========
20140531
========
diff --git a/configure.ac b/configure.ac
index 2446a88e..d335d72a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20140531])
-WORKING_VERSION=1
+AC_INIT([urweb], [20140615])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it