From ed71ef98206c934540af7b77158b3e138f78b00f Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sat, 18 Jul 2009 19:19:45 +0000 Subject: [PATCH] Updated changelog. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1601 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog b/changelog index 6e85dd015..32df9cbe4 100644 --- a/changelog +++ b/changelog @@ -31,6 +31,10 @@ pandoc (1.2.1) zero-width character \& to avoid unwanted interpretation of periods at start of line. Resolves Issue #148. + * Markdown writer: Added '#' and '>' to list of characters to be + escaped in markdown output. Removed '<', as it is not an officially + escapable character. This partially resolves Issue #96. + * Make --smart the default for man output format. Otherwise we have trouble dividing lists of endlines into sentences.