summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-03-18 22:08:18 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-03-18 22:08:18 +0100
commit25357cd7886b95d1e77b6a539a4588a265688874 (patch)
treee9cf1fafce0abcf2174d6763d32b300987fabaf9 /user_guide_src/source/changelog.rst
parente3a0b2b4cba04f4f0925b6b16d15416aa66e8a85 (diff)
parent8840c96cc0608859ad4b5341c31db9bb1f833792 (diff)
Merge pull request #1198 from freewil/do_hash
use php's hash() function for do_hash() helper
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 274026481..45bd41beb 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -47,6 +47,7 @@ Release Date: Not Released
- Added a work-around in force_download() for a bug Android <= 2.1, where the filename extension needs to be in uppercase.
- form_dropdown() will now also take an array for unity with other form helpers.
- set_realpath() can now also handle file paths as opposed to just directories.
+ - do_hash() now uses PHP's native hash() function, supporting more algorithms.
- Database