aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Biehl <abiehl@novomind.com>2018-02-01 11:57:12 +0100
committerAlexander Biehl <alexbiehl@gmail.com>2018-02-01 14:58:18 +0100
commit2ec76bc93bf50fa33039f2ade396005e36d6857f (patch)
tree4b02dd729fa51e22735dceaa7b25cc8152933abd
parentc7e8c500c1a67a28e571403b58993d22f0c84b43 (diff)
Adjust changelogs
-rw-r--r--CHANGES.md7
-rw-r--r--haddock-library/CHANGES.md6
2 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7127df79..38346c00 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,10 @@
-## Changes in version 2.18.2
-
- * to be released
+## Changes in version 2.19.0
* Haddock now supports tables in documentation inspired by reSTs grid tables
+ * `--quickjump` allows for quick navigation in documentation on hackage and
+ other documentation hosting sites.
+
* A --reexport flag, which can be used to add extra modules to the
top-level module tree
diff --git a/haddock-library/CHANGES.md b/haddock-library/CHANGES.md
index 53d17f5e..59bce67e 100644
--- a/haddock-library/CHANGES.md
+++ b/haddock-library/CHANGES.md
@@ -1,9 +1,9 @@
-## Changes in version 1.4.6
-
- * to be released
+## Changes in version 1.5.0
* Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc
+ * Support for grid tables
+
## Changes in version 1.4.5
* Move markup related data types to haddock-library