summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8063a528..8167452b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
========