aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MWNamespace.php
diff options
context:
space:
mode:
authorAryeh Gregor <ayg@aryeh.name>2019-04-11 14:21:41 +0300
committerTimo Tijhof <krinklemail@gmail.com>2019-04-11 23:47:54 +0100
commit06e88b3134749a35e3d08c863c8adff202599be0 (patch)
tree5838a87747db4fafe842009814a4d5fa43b5323c /includes/MWNamespace.php
parentfeb31bcc99bc807f965c597989045b159ef5f3c0 (diff)
downloadmediawikicore-06e88b3134749a35e3d08c863c8adff202599be0.tar.gz
mediawikicore-06e88b3134749a35e3d08c863c8adff202599be0.zip
Fix docs for MWNamespace::clearCaches() removal
Originally I had intended setMwGlobals() to magically reset the namespace-related services if namespace-related settings were changed, but Tim told me to remove it during review and I forgot to update the release notes. Moving forward, everyone will need to reset services after every config change to ensure correctness, and there's no point in trying to reset specific services automatically as special cases. I also moved the note to the 1.34 notes, since this missed the cutoff and should not be backported. Change-Id: Ib7cbdaef22a15ddfc7aaf99d0972b99d3cddc011
Diffstat (limited to 'includes/MWNamespace.php')
-rw-r--r--includes/MWNamespace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/MWNamespace.php b/includes/MWNamespace.php
index a36a12fcd33e..1529473a9281 100644
--- a/includes/MWNamespace.php
+++ b/includes/MWNamespace.php
@@ -22,7 +22,7 @@
use MediaWiki\MediaWikiServices;
/**
- * @deprecated since 1.33, use NamespaceInfo instead
+ * @deprecated since 1.34, use NamespaceInfo instead
*/
class MWNamespace {
/**