diff options
author | Adam Chlipala <adam@chlipala.net> | 2013-04-21 10:29:30 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2013-04-21 10:29:30 -0400 |
commit | eb7b751e19b527f8d72ba9b24a3158afb192750f (patch) | |
tree | 2ff45383ea06e1cbc23078b95b44acd6ce3d17f6 /CHANGELOG | |
parent | 5a0afeef370805f94ad3d74c6c3b6ebbd4e26e58 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,19 @@ ======== +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 ======== |