aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES23
-rw-r--r--haddock.spec2
-rw-r--r--mk/version.mk4
3 files changed, 26 insertions, 3 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
diff --git a/haddock.spec b/haddock.spec
index e23faebf..5aebc1ad 100644
--- a/haddock.spec
+++ b/haddock.spec
@@ -17,7 +17,7 @@
# version label of your release tarball.
%define name haddock
-%define version 0.3
+%define version 0.4
%define release 1
Summary: Haddock documentation tool for annotated Haskell source code
diff --git a/mk/version.mk b/mk/version.mk
index 2a9ade7a..a8a7a0e8 100644
--- a/mk/version.mk
+++ b/mk/version.mk
@@ -13,6 +13,6 @@
#
ProjectName = Haddock
ProjectNameShort = haddock
-ProjectVersion = 0.3
-ProjectVersionInt = 3
+ProjectVersion = 0.4
+ProjectVersionInt = 4
ProjectPatchLevel = 0