summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAdrian Voicu <avenir.ro@gmail.com>2015-02-05 14:15:46 +0100
committerAdrian Voicu <avenir.ro@gmail.com>2015-02-05 14:15:46 +0100
commit92889dd094454ba592e084b4cc65e6cabbb948ab (patch)
tree92159aaffff955d8e2fe5db35a91619f4a9f739a /user_guide_src
parent86e6a19eaa1f994588beee2c47143c19c800c8ec (diff)
update changelog for set_value()
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 a0c0de83f..5c5cd5e54 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -105,6 +105,7 @@ Release Date: Not Released
- :php:func:`form_dropdown()` will now also take an array for unity with other form helpers.
- :php:func:`form_prep()` is now DEPRECATED and only acts as an alias for :doc:`common function <general/common_functions>` :php:func:`html_escape()`.
+ - :php:func:`set_value()` will now also accept a third argument, allowing to turn off HTML escaping of the value.
- :doc:`Security Helper <helpers/security_helper>` changes include: