aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2008-01-07 13:47:38 +0000
committerDavid Waern <davve@dtek.chalmers.se>2008-01-07 13:47:38 +0000
commit8d39166f3a97bdf772b409dac84bf1acb9bdb240 (patch)
tree1ceb0258cfb3c700635a40248ec16d0b9c6505fc /CHANGES
parent5152926aef001780d7afd23b4a5e11a52d767416 (diff)
Manually merge over changes to CHANGES for 0.9
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19358448..618cf346 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+Changes in version 0.9:
+
+ * Infix type operators, e.g., first :: a~>a' -> (a,b)~>(a',b)
+
+ * Add a search box to the index page which automatically narrows
+ the index to the search as you type (thanks to Neil Mitchell).
+
+ * Add a --ghc-pkg flag
+
+ * Add a flag --allow-missing-html
+
+ * URL expansion for %%, %L, %{LINE}
+
+ * added substitution %{FILE///c}
+
+ * Lexing of /.../ is now more like '...', in that a / character must
+ be matched by another / character on the same line, otherwise it
+ is treated as a literal '/'. This removes a common source of
+ accidental parse errors in documentation.
+
+ * Various bugs were fixed.
+
+ * Cabal 1.2 is now required, and Haddock builds with GHC 6.8.x.
+
+-----------------------------------------------------------------------------
+
Changes in version 0.8:
* Haddock has a Cabal build system, and will build on Windows without