Revision: Simplify loadText() with nested getWithSetCallback
[lhc/web/wiklou.git] / RELEASE-NOTES-1.28
index fa7d9ca..9843d90 100644 (file)
@@ -29,6 +29,9 @@ production.
 * When $EditSubmitButtonLabelPublish is true, MediaWiki will label the button
   to store-to-database-and-show-to-others as "Publish page"/"Publish changes";
   if false, the default, they will be "Save page"/"Save changes".
+* The 'editcontentmodel' permission is now granted to all logged-in users ('user').
+  instead of just administrators ('sysop'). Documentation for this feature is
+  available at <https://www.mediawiki.org/wiki/Help:ChangeContentModel>.
 
 === New features in 1.28 ===
 * User::isBot() method for checking if an account is a bot role account.