Mercurial > urweb
comparison CHANGELOG @ 1851:1239ba1a1671
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 21 Apr 2013 10:29:30 -0400 |
parents | 6a621a625b04 |
children | 7d26b96370af |
comparison
equal
deleted
inserted
replaced
1850:30c56e3bcf47 | 1851:1239ba1a1671 |
---|---|
1 ======== | |
2 20130421 | |
3 ======== | |
4 | |
5 - Allow any FFI module to declare new HTML tags | |
6 - Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a | |
7 kind of simple dynamic typing (unsafe, of course) | |
8 - Add some name-mangling rules to allow XML attribute 'name' and attributes with | |
9 dashes | |
10 - New Basis members: pow and tryRpc | |
11 - Add 'placeholder' attribute for <password> | |
12 - New standard library functions: Option.unsafeGet | |
13 - Add ./configure MLTONARGS option for MLTON arguments | |
14 - Bug fixes and documentation improvements | |
15 | |
1 ======== | 16 ======== |
2 20120925 | 17 20120925 |
3 ======== | 18 ======== |
4 | 19 |
5 - Changes to optimization/compilation strategy that can speed up compilation and | 20 - Changes to optimization/compilation strategy that can speed up compilation and |