From: MatmaRex Date: Thu, 10 Jan 2013 23:51:07 +0000 (+0100) Subject: adjust release note about I45b077cf X-Git-Tag: 1.31.0-rc.0~21073 X-Git-Url: https://git.cyclocoop.org/admin/%7B%24plugin.url%7Cescape%7D?a=commitdiff_plain;h=d2feb4e48919641c59ca79c3224b94ec8121ad40;p=lhc%2Fweb%2Fwiklou.git adjust release note about I45b077cf It's not a config change; it simply introduces a new global config variable. Change-Id: Ife9e81d70847fd215ffedbf3dcbc750c059bcaf4 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index de545da7a5..ddd8f97ae8 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -16,8 +16,6 @@ production. * (bug 39957) Added $wgUnwatchedPageThreshold, specifying minimum count of page watchers required for the number to be accessible to users without the unwatchedpages permission. -* $wgPageInfoTransclusionLimit limits the list size of transcluded articles - on the info action. Default is 50. === New features in 1.21 === * (bug 38110) Schema changes (adding or dropping tables, indicies and @@ -76,6 +74,8 @@ production. * New preference type - 'api'. Preferences of this type are not shown on Special:Preferences, but are still available via the action=options API. * (bug 39397) Hide rollback link if a user is the only contributor of the page. +* $wgPageInfoTransclusionLimit limits the list size of transcluded articles + on the info action. Default is 50. === Bug fixes in 1.21 === * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.