diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-06 11:38:38 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-06 11:38:38 +0200 |
commit | e265097c7ffd2ea59e4f972346ea0a87ac75edb2 (patch) | |
tree | 7735dd2222238ec32a44ab68cae283b8557883bf /user_guide_src/source/changelog.rst | |
parent | 4201aba8afefedf1b2f13d4f2402b77f6fe4d493 (diff) |
[ci skip] Alter a changelog line
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 fd1ce2dc0..81d92f755 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -416,7 +416,7 @@ Release Date: Not Released - Added method ``strip_image_tags()``. - Added ``$config['csrf_regeneration']``, which makes token regeneration optional. - Added ``$config['csrf_exclude_uris']``, which allows you list URIs which will not have the CSRF validation methods run. - - Changed ``sanitize_filename()``, makes filename_bad_chars a public property. + - Modified method ``sanitize_filename()`` to read a public ``$filename_bad_chars`` property for getting the invalid characters list. - :doc:`URI Routing <general/routing>` changes include: |