summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-24 19:49:04 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-24 19:49:04 +0200
commit2dce1ffda218456e19f28edce8b0d74122f4d55c (patch)
tree1f645c173574307ff3a509c0f9f9cfb765f2ab21 /user_guide_src/source/changelog.rst
parenta7001e968a4791312391eb245ad84888893cda8f (diff)
Fix #1268 (or rather enforce some security measures, there's nothing really broken)
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 de5ec4758..92f6a03ef 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -219,6 +219,7 @@ Release Date: Not Released
- :doc:`Encryption Library <libraries/encryption>` changes include:
- Added support for hashing algorithms other than SHA1 and MD5.
- Removed previously deprecated ``sha1()`` method.
+ - Changed :doc:`Language Library <libraries/language>` method ``load()`` to filter the language name with ``ctype_digit()``.
- Core