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 | 5279aee30a3e80436340771adffb4bc9cc7c4718 (patch) | |
tree | 2ef8786bf0ff6ab68233ee9d6ea0030915508c46 /CHANGELOG | |
parent | 769225579b9e5a24c18c5629fb8717e5029a1aa6 (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 ======== |