From 15f10811226a761617a408943936b13ed2624b37 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 18 Dec 2014 07:21:37 +0000 Subject: update changelog --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: + <> style for images and style for links is now + considered deprecated. 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) -- cgit v1.2.3