summaryrefslogtreecommitdiffstats
path: root/user_guide/general/changelog.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-08-27 21:48:30 +0200
committeradmin <devnull@localhost>2006-08-27 21:48:30 +0200
commit97cdfb15951439bd4b04fabaf0dd590d9480c39e (patch)
tree9fd07a9f06f07877d84f847fbda8ae67a5835d9b /user_guide/general/changelog.html
parent1082bddc0c065895a3b39607cb930f5a101f54fb (diff)
Diffstat (limited to 'user_guide/general/changelog.html')
-rw-r--r--user_guide/general/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 59a02f862..d2a33dda3 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -84,6 +84,7 @@ Change Log
<li>Removed a strtolower() call that was changing URL segments to lower case.</li>
<li>Removed some references that were interfering with PHP 4.4.1 compatibility.</li>
<li>Removed backticks from Postgre class since these are not needed.</li>
+<li>Renamed <dfn>display()</dfn> to <dfn>_display()</dfn> in the Output class to make it clear that it's a private function.</li>
<li>Deprecated the hash() function due to a naming conflict with a native PHP function with the same name. Please use <kbd>dohash()</kbd> instead.</li>
<li>Fixed an bug that was preventing the input class from unsetting GET variables.</li>
<li>Fixed a router bug that was making it too greedy when matching end segments.</li>