From 9b878ec2a94e5f6ab50b1c010c330dcbf8ff9151 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Wed, 15 Aug 2007 17:31:17 +0000
Subject: [PATCH] Brought debian/changelog up to date.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@847 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 debian/changelog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1eadccc28..a86a36b70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -165,6 +165,7 @@ pandoc (0.4) unstable; urgency=low
 
     + Fixed several bugs (extractTagType, attribute parsing).
     + Remove Null blocks in lists of blocks when possible.
+    + Allow HTML comments as raw HTML inline.
 
   * Markdown reader:
 
@@ -226,6 +227,7 @@ pandoc (0.4) unstable; urgency=low
     + Added clauses for tilde and caret. Tilde is \ensuremath{\sim}, and
       caret is \^{}, not \^ as before.
     + Added parsing for \url.
+    + Parse \texttt{} as code, provided there's nothing fancy inside.
 
   * HTML writer:
 
@@ -350,6 +352,8 @@ pandoc (0.4) unstable; urgency=low
     + Removed endsWith function and rewrote calling functions to use
       isSuffixOf instead.
     + Added >>~ combinator.
+    + Fixed bug in normalizeSpaces:  Space:Str "":Space should compress to
+      Space.
 
   * Refactored runtests.pl; added separate tests for tables.