fixed bug #3419 where the 'database' setting for DSN connections was using the host portion of the URL instead of the path.

Added ability to set other db config values in DSN connections via query string
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index de1818c..0d7265e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -60,8 +60,21 @@
 <h2>Version 1.6.3</h2>

 <p>Release Date: not currently released<br />

 SVN Revision: not currently released</p>

+<ul>

+	<li>Database

+		<ul>

+			<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>

+</ul>

 

 

+<h3>Bug fixes for 1.6.3</h3>

+

+<ul>

+	<li>Amended fixes for bug (#3419) with parsing DSN database connections.</li>

+</ul>

+

 <h2>Version 1.6.2</h2>

 <p>Release Date: May 13, 2008<br />

 SVN Revision: 1155</p>