diff options
author | Simon Hengel <sol@typeful.net> | 2014-11-02 12:19:38 +0800 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2014-11-03 09:34:20 +0800 |
commit | 122fe6edaeae55e77d606e6d57aa1904bbfb55c4 (patch) | |
tree | 58fa9ffca7e586963efece9f9046edb2890d44a2 /CHANGES | |
parent | af85d14f001cf4c2976ee659ec04101d6b054a4d (diff) |
Allow an optional colon after the closing bracket of definition lists
This is to disambiguate them from markdown links and will be require
with a future release.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes in version 2.15.1 * Add support for markdown links and images + * Allow an optional colon after the closing bracket of definition lists. + This is to disambiguate them from markdown links and will be require with a + future release. + Changes in version 2.15.0 * Always read in prologue files as UTF8 (#286 and Cabal #1721) |