diff options
author | Derek Jones <derek.jones@ellislab.com> | 2012-07-04 16:12:26 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2012-07-04 16:12:26 +0200 |
commit | 36d1ac94a8b55485db30677a72bc3d57c3bb3cf8 (patch) | |
tree | a51308f576cc05cba9b5477d6eba9bbd192654a7 /user_guide_src/source/changelog.rst | |
parent | 6801d044d7f7b905e1fdaf21231f8a3fad5b4057 (diff) | |
parent | 1a85653e093d0f9b4028d808b57747cdbff17a65 (diff) |
Merge branch 'feature/user-guide-work' into develop
Conflicts:
user_guide_src/source/installation/upgrade_210.rst
user_guide_src/source/installation/upgrade_211.rst
user_guide_src/source/installation/upgrade_212.rst
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 37063f752..f69ce5c15 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -138,6 +138,7 @@ Release Date: Not Released - Added unbuffered_row() method for getting a row without prefetching whole result (consume less memory). - Libraries + - CI_Session now respects php.ini's session.gc_probability and session.gc_divisor - Added max_filename_increment config setting for Upload library. - CI_Loader::_ci_autoloader() is now a protected method. @@ -178,7 +179,7 @@ Release Date: Not Released - Added support for setting custom attributes. - Deprecated usage of the "anchor_class" setting (use the new "attributes" setting instead). - Added $config['reuse_query_string'] to allow automatic repopulation of query string arguments, combined with normal URI segments. - - Added the ability to use a proxy with the :doc:`XML-RPC Library <libraries/xmlrpc.rst>`. + - Added the ability to use a proxy with the :doc:`XML-RPC Library <libraries/xmlrpc>`. - Core |