Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 0ebe74a..0afc5b8 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -68,6 +68,11 @@
 			<li></li>
 		</ul>
 	</li>
+	<li>Helpers
+		<ul>
+			<li>Added an optional third parameter to <samp>heading()</samp> which allows adding html attributes to the rendered heading tag.</li>
+		</ul>
+	</li>	
 </ul>
 
 <h3>Bug fixes for 2.0.3</h3>