From 97cdfb15951439bd4b04fabaf0dd590d9480c39e Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 27 Aug 2006 19:48:30 +0000 Subject: --- user_guide/general/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/general/changelog.html') 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
  • Removed a strtolower() call that was changing URL segments to lower case.
  • Removed some references that were interfering with PHP 4.4.1 compatibility.
  • Removed backticks from Postgre class since these are not needed.
  • +
  • Renamed display() to _display() in the Output class to make it clear that it's a private function.
  • Deprecated the hash() function due to a naming conflict with a native PHP function with the same name. Please use dohash() instead.
  • Fixed an bug that was preventing the input class from unsetting GET variables.
  • Fixed a router bug that was making it too greedy when matching end segments.
  • -- cgit v1.2.3-24-g4f1b