diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-06-15 09:18:01 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-06-15 09:18:01 -0400 |
commit | 2e8e31d6edf8c75be8aa288801b910d685c67a19 (patch) | |
tree | ac73e252af9abe3d32ff07f5d3501eac2424bbc3 /CHANGELOG | |
parent | 7c2b11633dc471180b8fe7f564e0b552dd4e5c9e (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ======== |