aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-18 11:58:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-18 11:58:34 -0700
commitb9bb2be3be50cdc2d22e3659e1983b816d604ab5 (patch)
tree94d7f07dd57ceb8cc08d791c86121ac6cb97df53
parent9dac007228d1b19de427caa49e5f6150adbd73c4 (diff)
downloadpandoc-b9bb2be3be50cdc2d22e3659e1983b816d604ab5.tar.gz
Update changelog.
-rw-r--r--changelog25
1 files changed, 22 insertions, 3 deletions
diff --git a/changelog b/changelog
index eb56d95cb..e5e26ccf2 100644
--- a/changelog
+++ b/changelog
@@ -68,6 +68,8 @@ pandoc (2.1.3)
the `plain` attribute, when the id is non-null. This fixes a regression
in 2.0.
+ * EPUB writer: Remove notes from TOC in nav.xhtml (#4453, Mauro Bieg).
+
* JATS writer: Remove extraneous, significant whitespace (#4335,
Nokome Bentley).
@@ -84,8 +86,11 @@ pandoc (2.1.3)
+ Text.Pandoc.Pretty.Doc.
+ Text.Pandoc.MediaBag.MediaBag.
- * Add custom prelude to give clean code for Monoid and Semigroup
- that works with GHC 7.10-8.4.
+ * Add custom Prelude to give clean code for Monoid and Semigroup
+ that works with ghc 7.10-8.4. The custom Prelude (`prelude/Prelude`)
+ is used for ghc versions < 8.4. `NoImplicitPrelude` is used
+ in all source files, and Prelude is explicitly imported
+ (this is necessary for ghci to work properly with the custom prelude).
* Text.Pandoc.Writers.Shared (Francesco Occhipinti):
@@ -110,13 +115,27 @@ pandoc (2.1.3)
If the ICC profiles are not available the log will contain error
messages.
- * Use latest pandoc-types, skylighting.
+ * Use latest pandoc-types, skylighting
+
+ * Use latest pandoc-citeproc in binary package.
* Bump upper bound for time, criterion, haddock-library, exceptions,
http-types, aeson, haddock-library.
* Bump upper bound tasty-quickcheck 0.10 (#4429, Felix Yan).
+ * pandoc.cabal: fix up other-extensions and language fields.
+ Language is now consistently `Haskell2010`, and other-extensions
+ is consistently `NoImplicitPrelude`. Everything else to be specified
+ in the module header as needed.
+
+ * Removed `old-locale` flag and Text.Pandoc.Compat.Time.
+ This is no longer necessary since we no longer support ghc 7.8.
+
+ * Make `weigh-pandoc` into a benchmark program.
+ Remove `weigh-pandoc` flag. `weigh-pandoc` is now built (and run)
+ automatically when you build (and run) benchmarks.
+
* MANUAL: add instructions for background images reveal.js (#4325, John
Muccigrosso).