diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-18 20:56:25 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-18 20:56:25 -0800 |
commit | 9596b7d82ff8f98c2b9ccf9802b20c970637cc1a (patch) | |
tree | f0beafdda84a09a171f44f20962adc93bc37287b | |
parent | bfc17917e95f797518aaf1684bff03879d406c1f (diff) | |
download | pandoc-9596b7d82ff8f98c2b9ccf9802b20c970637cc1a.tar.gz |
Updated changelog with more Builder API.
-rw-r--r-- | changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -211,6 +211,7 @@ pandoc (1.10) + The module now exports `isNull`, `toList`, `fromList`. + The old `Read` and `Show` instances have been removed; derived instances are now used. + + Added `headerWith`. * The readers now take a `ReaderOptions` rather than a `ParserState` as a parameter. Indeed, not all parsers use the `ParserState` type; |