Mercurial > urweb
diff CHANGELOG @ 852:4d4c62d95b9c
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 23 Jun 2009 12:53:47 -0400 |
parents | 39bb3a830e90 |
children | 2faf558b2d05 |
line wrap: on
line diff
--- a/CHANGELOG Thu Jun 18 18:06:15 2009 -0400 +++ b/CHANGELOG Tue Jun 23 12:53:47 2009 -0400 @@ -1,3 +1,16 @@ +======== +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 ========