From afd0d7eb90f1f272c06b9b37a4ea1ee9e2780f5a Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Wed, 8 Feb 2012 14:09:05 -0800
Subject: [PATCH] Better description of pandoc 1.9 latex reader changes.

---
 changelog | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

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.