summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-16 15:04:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-16 15:04:32 -0800
commit62910d40ab9030d7dffd82668e02e495b1e4e687 (patch)
tree48f4c228a4e201eeae35a2ca3c071aedeff30fad
parent2af6bf34f7b42947ba7f1d9b2c774147cd61f16e (diff)
Fixed typos in changelog.
Thanks to Ophir Lifshitz.
-rw-r--r--changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog b/changelog
index ccd73fb70..593bbe961 100644
--- a/changelog
+++ b/changelog
@@ -13,7 +13,7 @@ pandoc (1.16)
+ Updated tests.
+ Updated README.
- * Added `--dpi` command-line option (Maura Bieg).
+ * Added `--dpi` command-line option (Mauro Bieg).
* Removed deprecated options `--offline` and `--html5`.
@@ -60,7 +60,7 @@ pandoc (1.16)
* AsciiDoc writer:
- + Support anchors in spans and divswith id elements
+ + Support anchors in spans and divs with id elements
(jgm/pandoc-citeproc#143).
+ Fixed code blocks (#1861).
@@ -69,7 +69,7 @@ pandoc (1.16)
* Beamer writer: mark frame as fragile when it contains verbatim (#1613).
- * LaTeX writer: Add support for GAP highlighting using listings (Rainere
+ * LaTeX writer: Add support for GAP highlighting using listings (Raniere
Silva).
* Docx writer: better handling of PDF images. Previously we tried
@@ -144,7 +144,7 @@ pandoc (1.16)
* Text.Pandoc.CSS:
+ Added `pickStylesToKVs` function to extract multiple properties at
- once (API change, Maura Bieg).
+ once (API change, Mauro Bieg).
+ Parse CSS that doesn't contain the optional semicolon (Mauro Bieg).
* trypandoc: sort drop-down lists.