summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2014-04-25 10:13:04 +0200
committervlakoff <vlakoff@gmail.com>2014-04-25 10:13:04 +0200
commitd5ce50885f9eda623bb681cb77dd667c20bec4fb (patch)
tree7b901c438612857d6abce486bcf9e86823a52970 /user_guide_src
parent4e35824ca5f89bdd58827360e16f151e6f5cc61b (diff)
Minor fixes
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 125197434..edf0a497b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -278,7 +278,7 @@ Release Date: Not Released
- Library changed to :doc:`Driver <general/drivers>` with classic 'cookie' driver as the default.
- Added a 'native' PHP Session driver to work with ``$_SESSION``.
- - Added a new **tempdata** feature that allows setting userdata items with expiration time (``tempdata()``, ``set_tempdata()``, ``unset_tempdata()``).
+ - Added a new **tempdata** feature that allows setting userdata items with expiration time (``tempdata()``, ``set_tempdata()``, ``unset_tempdata()``).
- Added default ``$config['sess_driver']`` and ``$config['sess_valid_drivers']`` items to *application/config.php* file.
- Changed 'cookie' driver to respect php.ini's *session.gc_probability* and *session.gc_divisor* settings.
- Changed 'cookie' driver to use HMAC authentication instead of a simple md5 checksum.
@@ -507,7 +507,7 @@ Release Date: Not Released
- :doc:`Language Library <libraries/language>` changes include:
- Changed method ``load()`` to filter the language name with ``ctype_alpha()``.
- - Added an optional second parameter to method ``line()`` to disable error login for line keys that were not found.
+ - Added an optional second parameter to method ``line()`` to disable error logging for line keys that were not found.
- Language files are now loaded in a cascading style with the one in **system/** always loaded and overriden afterwards, if another one is found.
- :doc:`Hooks Library <general/hooks>` changes include: