diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 1f3b4c9f1..f5a6fbe70 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -62,6 +62,11 @@ Change Log SVN Revision: </p> <ul> + <li>Database + <ul> + <li>Switched from using gettype() in escape() to is_* methods, since future PHP versions might change its output.</li> + </ul> + </li> </ul> <h3>Bug fixes for 1.7.2</h3> |