Mercurial > urweb
diff CHANGELOG @ 1851:1239ba1a1671
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 21 Apr 2013 10:29:30 -0400 |
parents | 6a621a625b04 |
children | 7d26b96370af |
line wrap: on
line diff
--- a/CHANGELOG Sun Apr 21 10:17:43 2013 -0400 +++ b/CHANGELOG Sun Apr 21 10:29:30 2013 -0400 @@ -1,3 +1,18 @@ +======== +20130421 +======== + +- Allow any FFI module to declare new HTML tags +- Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a + kind of simple dynamic typing (unsafe, of course) +- Add some name-mangling rules to allow XML attribute 'name' and attributes with + dashes +- New Basis members: pow and tryRpc +- Add 'placeholder' attribute for <password> +- New standard library functions: Option.unsafeGet +- Add ./configure MLTONARGS option for MLTON arguments +- Bug fixes and documentation improvements + ======== 20120925 ========