aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-18 07:21:37 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-18 07:21:37 +0000
commit15f10811226a761617a408943936b13ed2624b37 (patch)
tree1e2127335df29e0eaee574c94a7ce2e1bc65dc23 /CHANGES
parentd5090d5e9921a61d0a15a95b088210d51f825033 (diff)
update changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef0b1be9..5688537d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,18 @@ Changes in version 2.16.0
* Print missing docs by default and add --no-print-missing-docs
+ * parser: now parses out some meta data too, breaking the API
+
+ * parser: markdown syntax for images and URLs is now accepted:
+ <<foo>> style for images and <foo bar> style for links is now
+ considered deprecated. <foo> for links is still OK.
+
+ * parser: add support for @since element: this is paragraph-level
+ element of the form ā€˜@since x.y.zā€™ where x.y.z is the version
+ number. The way it is rendered is subject to change.
+
+ * properly render package ID (not package key) in index (#329)
+
Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)