aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.43
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES-1.43')
-rw-r--r--RELEASE-NOTES-1.434
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43
index 2e58cc37c94d..369e47549818 100644
--- a/RELEASE-NOTES-1.43
+++ b/RELEASE-NOTES-1.43
@@ -62,6 +62,10 @@ For notes on 1.42.x and older releases, see HISTORY.
'history_copyright' and the hook 'SkinCopyrightFooter', which have been
deprecated in this release. This helps protect your wiki against attacks by
a rogue administrator account and will become the default in the future.
+* (T4085) $wgParserEnableUserLanguage - Defaults to false, can be set to
+ true to let {{USERLANGUAGE}} magic word return the user's language,
+ instead of the page language. Beware that accessing the user language may
+ reduce the efficiency of the parser cache.
* …
==== Changed configuration ====