From 9862235c6da6499764763eb84e916b643325d50d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 14 Jul 2015 15:15:33 -0700 Subject: Updated changelog. --- changelog.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 1071b3c..47092ae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,55 @@ +[0.21] + + * Changed handling of tabs. Instead of having a preprocessing step + where tabs are converted to spaces, we now handle tabs directly in + the parser. This allows tabs to be retained in code blocks and code + spans. This change adds some general language to the effect that, + for purposes of determining block structure, tabs are to be treated + just like equivalent spaces. + * Completely rewrote spec for HTML blocks. The new spec provides + better handling of tags like ``, which can be either block + or inline level content, better handling of custom tags, and + better handling of verbatim contexts like `
`, comments,
+    and `