From 2c9b09f2bb81061fc20610127c7e5b2e54aa4473 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 31 Oct 2006 00:37:48 +0000 Subject: --- user_guide/changelog.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 53c442241..c9dc74065 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -102,6 +102,8 @@ Change Log
  • Fixed a problem in the form_prep() function that was double encoding entities.
  • Fixed a bug that affects some versions of PHP when output buffering is nested.
  • Fixed a bug that caused CI to stop working when the PHP magic __get() or __set() functions were used within models or controllers.
  • +
  • Fixed a pagination bug that was permitting negative values in the URL.
  • +
  • Fixed an oversight in which the Loader class was not allowed to be exteneded.
  • Deprecated "init" folder. Initialization happens automatically now. Please see documentation.
  • Deprecated $this->db->field_names() USE $this->db->list_fields()
  • Deprecated the $config['log_errors'] item from the config.php file. Instead, $config['log_threshold'] can be set to "0" to turn it off.
  • -- cgit v1.2.3-24-g4f1b