diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | haddock-library/CHANGES.md | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -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 |