diff options
author | simonmar <unknown> | 2002-05-09 15:47:47 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 15:47:47 +0000 |
commit | f3960959f9bb3d5833bdc97094a7b7687c82cbc8 (patch) | |
tree | ded001c74afdbfca3ae79bb664450471ecac9b08 | |
parent | 8d3d91ff2c99045f9dbd1a9446b6e219252c42d9 (diff) |
[haddock @ 2002-05-09 15:47:47 by simonmar]
mention the backquote-style of markup
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,8 @@ Changes in version 0.2: - * The [...] markup for typewriter-text has been changed to @...@. + * The [...] markup for typewriter font has been changed to @...@. - * Module attributes introduced (see the documentation). + * Module attributes introduced (see the documentation for details). * {- ... -} style comments may now be used for documentation annotations @@ -12,4 +12,6 @@ Changes in version 0.2: * Some type rendering cleaned up + * `abc' is accepted as well as 'abc' to markup an identifier + * Several bugs fixed, and error messages improved. |