aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-08-31 22:33:11 +0000
committerDavid Waern <david.waern@gmail.com>2010-08-31 22:33:11 +0000
commit01f54aa0b9adb600c08ec3213112407509beefeb (patch)
tree7b982e10f666c98a06b904c13ea6b2b6b11a9ba1 /CHANGES
parente94d22033443e2cd90b8c2a8e2b0d5a686936484 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4eafa3a5..8e6e3d2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+Changes in version 2.8.0
+
+ * HTML backend completely rewritten to generate semantically rich XHTML
+ using the xhtml package.
+
+ * New default CSS based on the color scheme chosen for the new Haskell
+ wiki, with a pull-out tab for the synopsis.
+
+ * Theme engine based on CSS files. Themes can be switched from the
+ header menu. (New flags --built-in-themes and --theme. The latter
+ is an alias for --css which now has extended semantics).
+
+ * Markup support for executable examples/unit-tests. To be used with an
+ upcoming version of the DocTest program.
+
+ * Addition of a LaTeX backend.
+
+ * Frames-mode can be turned on/off from the header menu.
+
+ * Path to source entities can be specified per package, so that source
+ links work for cross-package documentation.
+
+ * Support for a second form of enumerated lists (1. 2. etc).
+
+ * Additions and changes to the Haddock API.
+
+ * New flag --no-tmp-comp-dir to tell Haddock to write and pick up
+ compilation files (.o, .hi, etc) to/from GHC's output directory instead
+ of a temporary directory.
+
+ * Various bug fixes.
+
+-----------------------------------------------------------------------------
+
Changes in version 2.6.1 (bug fix release from the stable branch)
* Fix #128