summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-02-15 18:46:49 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-02-15 18:46:49 +0100
commit960eeb23f10e0297d56c23684e3c969e5c57df35 (patch)
tree74de22748fc2f3d210a33ad219c2cf9df262a536 /user_guide/changelog.html
parent63eac3eb96563336612c69452745190e8af3c813 (diff)
added item to 1.6.0 changelog about MySQL driver requirements change
Diffstat (limited to 'user_guide/changelog.html')
-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 4d0e1c11d..6ea7d3a64 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -142,6 +142,7 @@ Change Log
<li>Other Database Related
<ul>
+ <li>MySQL driver now requires MySQL 4.1+</li>
<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.</li>
<li>Added $this->db->dbprefix() to manually add database prefixes.</li>
<li>Added 'random' as an <kbd>order_by()</kbd> option , and removed &quot;rand()&quot; as a listed option as it was MySQL only.</li>