made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9e39cb4..b59b9ef 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -63,6 +63,8 @@
 <ul>

 	<li>Database

 		<ul>

+			<li>Modified MySQL/MySQLi Forge class to give explicit names to keys</li>

+			<li>Added ability to set multiple column non-primary keys to the <a href="database/forge.html">Forge class</a></li>

 			<li>Added ability to set additional database config values in <a href="database/connecting.html">DSN connections</a> via the query string.</li>

 			</ul>

 	</li>