summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblowdoof <blowdoof@gmail.com>2013-10-18 20:31:46 +0200
committerblowdoof <blowdoof@gmail.com>2013-10-18 20:31:46 +0200
commit3a2cceaa54fd4d55eda5fe07bb428350a08e2288 (patch)
tree24b260f146ac17c83f123ad3ad81f132bfbbf3ff
parentae849d1b7de3a821276659b1993b101856a61712 (diff)
Added changelog entries
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e97b472be..f6384fb1a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -75,6 +75,7 @@ Change Log
<li>Fixed a bug (#2021) - <a href="libraries/migration.html">Migrations Library</a> configuration file was mistakenly using Windows style line feeds.</li>
<li>Fixed a bug (#1273) - <a href="database/active_record.html">Active Record</a> method <samp>set_update_batch()</samp> was using the incorrect variables and would cause an error.</li>
<li>Fixed a bug (#2337) - <a href="libraries/email.html">Email Library</a> method <samp>print_debugger()</samp> was not using <samp>htmlspecialchars()</samp> when being shown in the browser.</li>
+ <li>Fixed a bug (#2689) - <a href="database/forge.html">Database Forge Class</a> methods <samp>create_table()</samp>, <samp>drop_table()</samp> and <samp>rename_table()</samp> were incorrect using the sqlsrv driver.</li>
</ul>