diff options
author | simonmar <unknown> | 2002-05-09 15:37:57 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 15:37:57 +0000 |
commit | 8d3d91ff2c99045f9dbd1a9446b6e219252c42d9 (patch) | |
tree | 1fa9075f921754e420042989b3d141a006291756 /CHANGES | |
parent | ca1f8d49d5175f4af56844b60124d032a8a3a7e2 (diff) |
[haddock @ 2002-05-09 15:37:57 by simonmar]
Add the changelog/release notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..01241a60 --- /dev/null +++ b/CHANGES @@ -0,0 +1,15 @@ +Changes in version 0.2: + + * The [...] markup for typewriter-text has been changed to @...@. + + * Module attributes introduced (see the documentation). + + * {- ... -} style comments may now be used for documentation annotations + + * Recursive modules are detected and reported as an error. + + * Existential constructors and rank-N types are now groked by the parser + + * Some type rendering cleaned up + + * Several bugs fixed, and error messages improved. |