diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-06-23 12:53:47 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-06-23 12:53:47 -0400 |
commit | c701f11b2ee105af75dbeb4baaf0f2c35bb417e2 (patch) | |
tree | 2ef8786bf0ff6ab68233ee9d6ea0030915508c46 /CHANGELOG | |
parent | 8bbaf74559e046e2488b01c021ba5bbdd8580c57 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,4 +1,17 @@ ======== +20090623 +======== + +- Many bug fixes +- Mutually-recursive datatypes +- SML-style pattern-matching syntax for "fun", "fn", and local "val" +- Backwards-incompatible change to syntax of formal constructor parameters to + value-level functions, to support the previous change +- Path map support inspired by SML/NJ CM and MLton ML Basis +- Start of some new standard library modules +- Some improvements to JavaScript runtime, including better error handling + +======== 20090505 ======== |