summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-11 06:57:57 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-11 06:57:57 +0100
commit3535caa4eb9b455be1b041d9056a02e81d4e35a7 (patch)
tree9ffabeb02dca3e41f08768db11b35eb2a9932b9b /user_guide/changelog.html
parentc0743381b20910a3fc23b391e8b2009ac5771ae8 (diff)
Fixed a bug in query binding (#3402).
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 54ac4f02f..bf31475f5 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -87,10 +87,11 @@ Change Log
<li>Deprecated is_numeric as a validation rule. Use of numeric and integer are preferred.</li>
<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>
+ <li>Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>
+ <li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>
+ <li>Fixed a bug in query binding (#3402).</li>
<li>Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY</li>
- <li>Fixed assorted user guide typos.</li>
+ <li>Fixed assorted user guide typos.</li>
</ul>