summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-18 20:56:25 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-18 20:56:25 -0800
commit9596b7d82ff8f98c2b9ccf9802b20c970637cc1a (patch)
treef0beafdda84a09a171f44f20962adc93bc37287b
parentbfc17917e95f797518aaf1684bff03879d406c1f (diff)
Updated changelog with more Builder API.
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index 90937af86..56b6f40b3 100644
--- a/changelog
+++ b/changelog
@@ -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;