From f6d823ee041caab303a7aba6ecd8c358c6970113 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Sep 2006 18:10:57 +0000 Subject: --- user_guide/general/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide/general/changelog.html') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index eebd91276..b8a399c37 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -71,7 +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 remap function calls within 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.
  • @@ -111,6 +111,7 @@ Change Log
  • Fixed an incorrectly named variable in the Validation class.
  • Fixed an incorrectly named variable in the URI class.
  • Fixed a bug in the config class that was preventing the base URL from being called properly.
  • +
  • Fixed a bug in the validation class that was not permitting callbacks if the form field was empty.
  • Fixed some MS SQL bugs.
  • Fixed some doc typos.
  • -- cgit v1.2.3-24-g4f1b