aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-27 02:43:55 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-27 02:43:55 +0000
commit1a65ec54ce8516dc2d09af3b1d20fedd21e64ad6 (patch)
treec59e7a20a1e4ba382f431f43c28ab06321faf20d /CHANGES
parent4999f090864463aec6cbcf4f3319015b6601ccef (diff)
Output method documentation in Hoogle backend
One thing of note is that we no longer preserve grouping of methods and print each method on its own line. We could preserve it if no documentation is present for any methods in the group if someone asks for it though. Fixes #259
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f436cf64..7aba49ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,8 @@ Changes in version 2.16.0
* Fully qualify names in Hoogle instances output (#263)
+ * Output method documentation in Hoogle backend (#259)
+
Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)