From 1cf89aab5fff8c8068cbf0ed18038b6e4fd4f605 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 Sep 2006 18:24:39 +0000 Subject: --- user_guide/general/changelog.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/general/changelog.html') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 168e72fef..370cd0447 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -71,6 +71,7 @@ Change Log
  • Added Hooks feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.
  • Added the ability to organize controller files into sub-folders. Kudos to Marco for suggesting this (and the next two) feature.
  • Added regular expressions support for routing rules.
  • +
  • Added the ability to remap function calls withing your controllers.
  • Added the ability to replace core system classes with your own classes.
  • Added support for % character in URL.
  • Added the ability to supply full URLs using the anchor() helper function.
  • @@ -107,6 +108,7 @@ Change Log
  • Fixed a bug in the set_hash() function which was preventing MD5 from being used.
  • Fixed a couple bugs in the Unit Testing class.
  • Fixed an incorrectly named variable in the Validation class.
  • +
  • Fixed an incorrectly named variable in the URI class.
  • Fixed some MS SQL bugs.
  • Fixed some doc typos.
  • -- cgit v1.2.3-24-g4f1b