aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-28 00:11:47 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-28 00:11:47 +0000
commitb44763d0c429d2acce731ea33ed4d5feec7a85a9 (patch)
treef419b5943c4209adde161389995f389c3337c948 /CHANGES
parente49d473bf33fa374c60462ad178ac539f026c3ff (diff)
Post-release version bumps and changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES25
1 files changed, 14 insertions, 11 deletions
diff --git a/CHANGES b/CHANGES
index af90b4fc..19639ef1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+Changes in version 2.16.1
+
+ * Don't default to type constructors for out-of-scope names (#253 and
+ #375)
+
+ * Fix Hoogle display of constructors (#361)
+
+ * Fully qualify names in Hoogle instances output (#263)
+
+ * Output method documentation in Hoogle backend (#259)
+
+ * Don't print instance safety information in Hoogle (#168)
+
+
Changes in version 2.16.0
* Experimental collapsible header support (#335)
@@ -32,17 +46,6 @@ Changes in version 2.16.0
* Deal better with long synopsis lines (#151)
- * Don't default to type constructors for out-of-scope names (#253 and
- #375)
-
- * Fix Hoogle display of constructors (#361)
-
- * Fully qualify names in Hoogle instances output (#263)
-
- * Output method documentation in Hoogle backend (#259)
-
- * Don't print instance safety information in Hoogle (#168)
-
Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)