Brought debian/changelog up to date.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@847 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-08-15 17:31:17 +00:00
parent 1a4489ef30
commit 9b878ec2a9

4
debian/changelog vendored
View file

@ -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.