summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-05 17:03:50 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-05 17:03:50 +0100
commit32cf7eb132ec688a3b0339f266efa3f064c58a60 (patch)
treee18b7d714046c2d4f618668286ad9301f82df089 /user_guide
parentc27bf007eeaf0fa3e6088e30d6b7ea88b7c0b517 (diff)
Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c9586353e..4732a77b4 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -66,7 +66,7 @@ Change Log
<ul>
<li>Added <a href="./database/active_record.html#caching">Active Record Caching</a>.</li>
<li>Made Active Record fully database-prefix aware</li>
- </ul>
+ </ul>
</li>
<li>Core Changes
<ul>
@@ -82,6 +82,7 @@ Change Log
<li>Made Active Record fully database prefix aware (#3384)</li>
<li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM</li>
<li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>
+ <li>Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>
</ul>