diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-18 07:21:37 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-18 07:21:37 +0000 |
commit | 15f10811226a761617a408943936b13ed2624b37 (patch) | |
tree | 1e2127335df29e0eaee574c94a7ce2e1bc65dc23 | |
parent | d5090d5e9921a61d0a15a95b088210d51f825033 (diff) |
update changelog
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |