diff options
author | David Waern <david.waern@gmail.com> | 2008-05-01 12:33:04 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-05-01 12:33:04 +0000 |
commit | 977b58d15a4d5068bde25691aafb0a5454b1c52a (patch) | |
tree | 15acd2663a4b459c38829cc204adc016943b2a0c | |
parent | 3effb80ac9309acc7ca5cab2b028555529f8d850 (diff) |
Update CHANGES
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |