summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-11-07 08:08:00 +0100
committerAndrey Andreev <narf@devilix.net>2014-11-07 08:08:00 +0100
commite9c7b72fa0eb66852cc7b298c057cd36f0f3f0c7 (patch)
tree1865345eb13aa244db169f8376e93f8d939e4444 /user_guide_src/source/changelog.rst
parentda20a575f893f7ff45dc047ba928e233557f70b9 (diff)
parent2d7e05898ee33bee80acdd2aec9ebae8671c5dfc (diff)
Merge pull request #3316 from gadelat/language-array
Ability to pass array of language files to Language Library
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 49250defc..25f6f2cea 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -519,6 +519,7 @@ Release Date: Not Released
- :doc:`Language Library <libraries/language>` changes include:
- Changed method ``load()`` to filter the language name with ``ctype_alpha()``.
+ - Changed method ``load()`` to also accept an array of language files.
- Added an optional second parameter to method ``line()`` to disable error logging for line keys that were not found.
- Language files are now loaded in a cascading style with the one in **system/** always loaded and overriden afterwards, if another one is found.