aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-06-03 14:05:07 +0000
committersimonmar <unknown>2002-06-03 14:05:07 +0000
commit1c0a3bed1a29729abb1f389441e71fc2bfe2e1f7 (patch)
treee40c0d050453acaf52c7d2c6877fb6f85912f515 /CHANGES
parent272f932ee2afbd9bb67d5dadd1702d12f48778ff (diff)
[haddock @ 2002-06-03 14:05:07 by simonmar]
Add changes in version 0.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c3aa0466..4e9fee62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+Changes in version 0.3:
+
+ * Documentation on individual function arguments is now implemented
+
+ * Links can be made to identifiers that aren't in scope, by using
+ the fully qualified name.
+
+ * Instances are collected and listed with the appropriate classes
+ and datatypes (not for derived instances yet).
+
+ * Single quotes are only interpreted specially when they surround a
+ legal Haskell identifier, otherwise they are treated literally.
+
+ * Bird-tracked text is now literal. If you want marked-up text in
+ a code block, use the @...@ notation instead.
+
+ * Various changes to the layout, it generally looks nice now.
+
+ * Various bugs fixed.
+
+-----------------------------------------------------------------------------
Changes in version 0.2:
* The [...] markup for typewriter font has been changed to @...@.