diff options
author | trit <tritrei@gmail.com> | 2011-11-23 21:19:49 +0100 |
---|---|---|
committer | trit <tritrei@gmail.com> | 2011-11-23 21:19:49 +0100 |
commit | 7f42519fd156a541bdb3517b517287f3352b5e49 (patch) | |
tree | 383849563e963f912ff3327c9a6227d2ac5d684a /user_guide_src | |
parent | a15dd4f52933dff11b5b542d16d8e49a973a0e89 (diff) |
Added a couple of style tweaks and a note about function change in changelog
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index b9ca39cee..dff4f001d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -44,7 +44,8 @@ Release Date: Not Released - Added max_filename_increment config setting for Upload library. - CI_Loader::_ci_autoloader() is now a protected method. - Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the :doc:`Form Validation library <libraries/form_validation>`. - + - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname) + - Core - Changed private functions in CI_URI to protected so MY_URI can |