Fixed a bug where the table class would not clear table data after calling generate().
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 4fa2791..39e6116 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -57,6 +57,18 @@
 
 <h1>Change Log</h1>
 
+<h2>Version 2.0.1</h2>
+<p>Release Date: not yet released</p>
+
+<h3>Bug Fixes for 2.0.1</h3>
+<ul>
+	<li>Libraries
+		<ul>
+			<li>Fixed a bug where the table class would not clear table data after calling generate().</li>
+		</ul>
+	</li>
+</ul>
+
 <h2>Version 2.0.0</h2>
 <p>Release Date: January 28, 2011<br />
 Hg Tag: v2.0.0</p>