diff --git a/changelog b/changelog index f86ba286d..2a07856b1 100644 --- a/changelog +++ b/changelog @@ -196,6 +196,15 @@ pandoc (1.9) </sidebar> will not be wrapped in `<para>` tags. + + * The LaTeX parser has been completely rewritten; it is now much more + accurate, robust, and extensible. However, there are two important + changes in how it treats unknown LaTeX. (1) Previously, unknown + environments became BlockQuote elements; now, they are treated + as "transparent", so `\begin{unknown}xyz\end{unknown}` is the + same as `xyz`. (2) Previously, arguments of unknown commands + were passed through with their braces; now the braces are stripped + off. * `--smart` is no longer selected automatically with `man` output. @@ -379,9 +388,6 @@ pandoc (1.9) * New slidy directory for "self-contained." - * LaTeX parser completely rewritten; it is now much more accurate, - robust, and extensible. - * TeXMath writer: Use unicode thin spaces for thin spaces. * Markdown citations: don't strip off initial space in locator.