aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-07-23 08:43:26 +0000
committersimonmar <unknown>2002-07-23 08:43:26 +0000
commit5c32092770c0a8d02e5386b79011ba68cd4f1e3b (patch)
tree706a1319e52bf135996ee6322da74a328c6a52fe /CHANGES
parent78a941372e7720b74a18ac259bf227512486dda1 (diff)
[haddock @ 2002-07-23 08:43:26 by simonmar]
Updates for version 0.4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d671da56..4a3b4023 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,26 @@
+Changes in version 0.4:
+
+ * Import declarations which list entities in parentheses, or with
+ hiding clauses, are now properly supported. Modulo one or two
+ small infelicities, the full Haskell modules system is now supported.
+
+ * Haddock is now more flexible about the placing of separators
+ (commas, semicolons) in relation to doc comments.
+
+ * There is support for generating and reading "interface files"
+ which describe the exports of a set of modules. This is useful
+ for generating documentation which hyperlinks to
+ previously-generated documentation.
+
+ * Support for generating the extra files required by the Microsoft
+ Help compiler.
+
+ * New option: --prologue specifies a file of documentation which is
+ placed on the contents page.
+
+ * Many bugs fixed
+
+-----------------------------------------------------------------------------
Changes in version 0.3:
* Documentation on individual function arguments is now implemented