summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorSongpol Sripao-eiam <sripaoeiam@gmail.com>2012-04-03 10:37:02 +0200
committerSongpol Sripao-eiam <sripaoeiam@gmail.com>2012-04-03 10:37:02 +0200
commitcc0e4152502c368c0f4aa9be0af6b921ef106b81 (patch)
treee055451fe246516f306f522bba78b71a1ba8978a /user_guide_src
parent937f104c39353ecc513863545b47769143c1c9a1 (diff)
Move changelog line from verion 2.1.1 to version 3.0
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 272ca348c..491f93782 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -124,6 +124,7 @@ Release Date: Not Released
- Modified valid_ip() to use PHP's filter_var() in the :doc:`Input Library <libraries/input>`.
- Added support for HTTP-Only cookies with new config option ``cookie_httponly`` (default FALSE).
- Renamed method _call_hook() to call_hook() in the :doc:`Hooks Library <general/hooks.html>`.
+ - Added get_content_type for get current mime-types :doc:`Core Output Library <core/output>`.
Bug fixes for 3.0
------------------
@@ -190,9 +191,6 @@ Release Date: Not Released
- Libraries
- Further improved MIME type detection in the :doc:`File Uploading Library <libraries/file_uploading>`.
-- Core
- - Added get_content_type for get current mime-types :doc:`Core Output Library <core/output>`.
-
- Helpers
- url_title() performance and output improved. You can now use any string as the word delimiter, but 'dash' and 'underscore' are still supported.