summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorDaniel Morris <daniel@honestempire.com>2012-10-04 11:25:03 +0200
committerDaniel Morris <daniel@honestempire.com>2012-10-04 11:25:03 +0200
commit824b4f220ca3dadc8f0945c665a7d7f8105a5dc4 (patch)
treef02e2f03561592f8ea30e1e0159849b3b9ca491c /user_guide_src
parentada7775a47f32034ba589768612894c3cb6186ca (diff)
Updated changelog to include changes to the Encryption library
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 73d9fb0ec..847b1be3e 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -204,6 +204,8 @@ Release Date: Not Released
- Added $config['reuse_query_string'] to allow automatic repopulation of query string arguments, combined with normal URI segments.
- Removed the default ``&nbsp;`` from a number of the configuration variables.
- Added the ability to use a proxy with the :doc:`XML-RPC Library <libraries/xmlrpc>`.
+ - :doc:`Encryption Library <libraries/encrypt>` changes include:
+ - Added support for hashing algorithms other than SHA1 and MD5.
- Core