aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-09 15:47:47 +0000
committersimonmar <unknown>2002-05-09 15:47:47 +0000
commitf3960959f9bb3d5833bdc97094a7b7687c82cbc8 (patch)
treeded001c74afdbfca3ae79bb664450471ecac9b08 /CHANGES
parent8d3d91ff2c99045f9dbd1a9446b6e219252c42d9 (diff)
[haddock @ 2002-05-09 15:47:47 by simonmar]
mention the backquote-style of markup
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 01241a60..c3aa0466 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.