Make sure page restrictions are handled as a string
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index c0dd84f..c9bd093 100644 (file)
@@ -39,6 +39,8 @@ production.
 * Add PasswordPolicy to check the password isn't in the large blacklist.
 * The AuthManagerLoginAuthenticateAudit hook has a new parameter for
   additional information about the authentication event.
+* TextContent::getText() was introduced as a replacement for
+  Content::getNativeData() for text-based content models.
 * …
 
 === External library changes in 1.33 ===
@@ -101,6 +103,8 @@ Below only new and removed languages are listed, as well as changes to languages
 because of Phabricator reports.
 
 * (T203908) Added language support for Eastern Pwo (kjp).
+* (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations
+  for NS_TEMPLATE.
 
 === Breaking changes in 1.33 ===
 * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type
@@ -201,6 +205,10 @@ because of Phabricator reports.
   Title::getUserPermissionsErrors() and Title::userCan(). Previously, the method
   was only called in Action::checkCanExecute(). Actions should ensure that their
   requiresUnblock() returns the proper result (the default is `true`).
+* (T211608) The MediaWiki\Services namespace has been renamed to
+  Wikimedia\Services. The old name is still supported, but deprecated.
+* (T155582) Content::getNativeData has been deprecated. Please use model-
+  specific getters, such as TextContent::getText().
 * …
 
 === Other changes in 1.33 ===