aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-08-24 15:06:46 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-08-24 15:06:46 +0100
commitfe15219565c9fd4e5ed919a1987021438911c197 (patch)
tree1497abf830c8225e7f5ecb64b70987d5551c6adc /CHANGES
parentfb2a6bf0a53fb243dfe3f769c340236ab73763a9 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index de155171..7214e48e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Changes in version 2.14.4
+Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
@@ -8,6 +8,23 @@ Changes in version 2.14.4
* parser: preserve list ordering in certain scenarios (#313)
+ * parser: update the attoparsec version used internally giving slight
+ parsing performance boost.
+
+ * Move development to be against latest GHC release and not GHC HEAD.
+
+ * Further split up the package to separate the executable from the
+ library, necessary by things like GHCJS. We now have
+ ‘haddock-library’ which are the parts that don't use GHC API,
+ ‘haddock-api’ which are (some of) the parts that do use GHC API and
+ ‘haddock’ which merely provides the executable.
+
+ * Export few extra functions in the API.
+
+ * Add compatibility with GHC 7.8.2.
+
+ * Omit unnecessary ‘forall’s (#315 and #86)
+
Changes in version 2.14.3
* Fix parsing of identifiers with ^ or ⋆ in them (#298)