aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 17:31:17 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 17:31:17 +0000
commit9b878ec2a94e5f6ab50b1c010c330dcbf8ff9151 (patch)
treefca49d664fca78e238c74e2697fc68ea4fd0b671
parent1a4489ef30ed44965f98cf05114d38325f418a25 (diff)
downloadpandoc-9b878ec2a94e5f6ab50b1c010c330dcbf8ff9151.tar.gz
Brought debian/changelog up to date.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@847 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
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.