summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-26 18:04:36 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-26 18:04:36 +0100
commit59f042652eb19db118ae5009c0e4a8dbf154b420 (patch)
treec83f1f75dc3753156f93fac1c9af7279faff4ae3 /user_guide_src/source/changelog.rst
parent58e1c00275ecbe40c1fb27271650e75f80f0cf1d (diff)
Deprecate HTML helpers nbs(), br()
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 6663a7d35..bef872f26 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -86,7 +86,8 @@ Release Date: Not Released
- Added more doctypes.
- Changed application and environment config files to be loaded in a cascade-like manner.
- - The doctypes array is now cached and loaded only once.
+ - Changed :func:`doctype()` to cache and only load once the doctypes array.
+ - Deprecated functions ``nbs()`` and ``br()``, which are just aliases for the native ``str_repeat()`` with ``&nbsp;`` and ``<br />`` respectively.
- :doc:`Inflector Helper <helpers/inflector_helper>` changes include: