summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-05 14:49:47 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-05 14:49:47 +0100
commitfa76607c7b5e5414b50680be512dd23920f52e9b (patch)
tree9460d2cbaaadff6d4608d14e8860e05f17a192af /user_guide_src/source/changelog.rst
parent79533cac482a9d8f9211c8ff607968de3b27d1e4 (diff)
parentfa61fb236654fbd3eea82d437da28c9aab33e559 (diff)
Merge pull request #3562 from avenirer/patch-1
Allow not escaping the value in set_value()
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 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: