diff options
author | Radu Potop <wooptoo@gmail.com> | 2011-09-28 13:25:03 +0200 |
---|---|---|
committer | Radu Potop <wooptoo@gmail.com> | 2011-09-28 13:25:03 +0200 |
commit | ad67aae58583bf08f2ca306d100052d6d5ed629e (patch) | |
tree | b30d49e558caef45a1256cfcdaf6835346715979 /user_guide/changelog.html | |
parent | bbf04b011bd30c9c67970aa5a5049a32a01474b4 (diff) |
Updated documentation for TLS and SSL support in Email library.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index fc1eb46b3..34fefb0bd 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -105,6 +105,7 @@ Change Log <li>Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li> <li>Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the <a href="libraries/form_validation.html">Form Validation</a> library.</li> <li>Added <kbd>$config['use_page_numbers']</kbd> to the <a href="libraries/pagination.html">Pagination library</a>, which enables real page numbers in the URI.</li> + <li>Added TLS and SSL Encryption for SMTP.</li> </ul> </li> <li>Core |