Mercurial > urweb
changeset 2027:4f2190b178e6
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 15 Jun 2014 09:18:01 -0400 |
parents | 73e54a6aba79 |
children | 485570cb3b6e |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Fri Jun 13 10:57:02 2014 -0400 +++ b/CHANGELOG Sun Jun 15 09:18:01 2014 -0400 @@ -1,3 +1,14 @@ +======== +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 ========
--- a/configure.ac Fri Jun 13 10:57:02 2014 -0400 +++ b/configure.ac Sun Jun 15 09:18:01 2014 -0400 @@ -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