summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-03-02 18:34:03 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-03-02 18:34:03 +0100
commit7cb8820bcdfdd398b874650cccd3edd552674e5d (patch)
treea2c5979035399249fd124a57416b3af2f605daf5 /user_guide_src
parent78ca39bc8c4b7edf0468e4a0a7251f808f352414 (diff)
parent92aeaaa6b56cd02908641b4ee481a0c246874f29 (diff)
Merge pull request #1106 from timw4mail/develop
Limit db session to select 1 row
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 69d7efc6c..9a7fc814c 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -78,6 +78,7 @@ Release Date: Not Released
- Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`.
- Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional.
- Added function error_array() to return all error messages as an array in the Form_validation class.
+ - Changed the Session library to select only one row when using database sessions.
- Core