diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-20 14:40:27 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-20 14:40:27 +0100 |
commit | 2c245616a7bc89e842b4f39693751c3d28c034f2 (patch) | |
tree | fbd69f18cf3e525860dfb6ae2c672b1cdcce7102 /user_guide_src/source/changelog.rst | |
parent | 0da50123c196ca0f342cac44b76f889a6f8a96b9 (diff) |
Deprecates form_prep() in favor of html_escape() (again).
Related: issue #1953, which was the reason for the reverted commit,
but was wrongly interpreted and that shouldn't have happened.
Close #2477
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index aace0281f..e389d0a49 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -104,7 +104,7 @@ Release Date: Not Released - :doc:`Form Helper <helpers/form_helper>` changes include: - :func:`form_dropdown()` will now also take an array for unity with other form helpers. - - :func:`form_prep()`'s second argument now only accepts a boolean value, which determines whether the value is escaped for a <textarea> or a regular <input> element. + - :func:`form_prep()` is now DEPRECATED and only acts as an alias for :doc:`common function <general/common_functions>` :func:`html_escape()`. - :doc:`Security Helper <helpers/security_helper>` changes include: |