diff --git a/changelog b/changelog
index 5e5b24d88..2b144e087 100644
--- a/changelog
+++ b/changelog
@@ -13,6 +13,7 @@ pandoc (1.2)
     + Added writerLiterateHaskell to WriterOptions.
     + Added lhs support to Markdown, RST, LaTeX, HTML writers.
     + Added definition of code environment to LaTeX header.
+    + Added tests (run only if highlighting support compiled in).
     + Documented lhs features in man page and README.
 
   * Added a plugin system, based on hint.  This allows users to
@@ -43,6 +44,11 @@ pandoc (1.2)
   * LaTeX writer: fixed bug with empty table cells.
     Resolves Issue #107.  Thanks to rodja.trappe for the patch.
 
+  * Fixed bug with header spacing in Markdown and RST writers.
+    A null header (Meta [] [] []) should not cause a blank line
+    at the beginning of output.  But a blank line is needed between
+    a non-null header and the main text.
+
   * Markdown reader: Relax spacing rules for $$ in display math. Now
     space and newlines are allowed after the opening $$ and before the
     closing $$. However, the display math cannot contain an entirely