branch merge
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index 207ccc2..cb2535e 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -367,6 +367,9 @@
 
 		$out .= $this->template['table_close'];
 
+		// Clear table class properties before generating the table
+		$this->clear();
+
 		return $out;
 	}
 
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>