aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-05-01 12:33:04 +0000
committerDavid Waern <david.waern@gmail.com>2008-05-01 12:33:04 +0000
commit977b58d15a4d5068bde25691aafb0a5454b1c52a (patch)
tree15acd2663a4b459c38829cc204adc016943b2a0c /CHANGES
parent3effb80ac9309acc7ca5cab2b028555529f8d850 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ff18815..d415ea83 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+Changes in version 2.1.0:
+
+ * Fix a bug that made links point to the defining module instead
+ of the "best" one (e.g Int pointing to GHC.Base instead of Data.Int)
+
+ * Fix a couple of smaller bugs
+
+ * The representation of DocName was changed in the library
+
+ * Add a flag --no-warnings for turning off warnings
+
+-----------------------------------------------------------------------------
+
Changes in version 2.0.0.0:
* The GHC API is used as the front-end