adjustments to auto_typography() to handle beginning and end lines that contain, but do not start/finish with block level elements.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1801a46..9de2b1f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -100,6 +100,7 @@
 	<li>Fixed a bug where HTML comments and &lt;pre&gt; tags were being parsed in Typography::auto_typography().</li>
 	<li>Fixed a bug with non-breaking space cleanup in Typography::auto_typography().</li>
 	<li>Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes.</li>
+	<li>Tweaked Typography::auto_typography() for some edge-cases.</li>
 </ul>