X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.25;h=04a215c43205a7cee8b3f6c0a23638245689631a;hb=d6aae24d77adff00854683b99647928952ed3059;hp=0e100285b427654fede6e9f18f56a7fa7eba367f;hpb=6ed0a552b53491e6f03a9a7661bfafcea015c9ef;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index 0e100285b4..04a215c432 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -13,6 +13,8 @@ production. === New features in 1.25 === * (bug 58139) ResourceLoaderFileModule now supports language fallback for 'languageScripts'. +* Added a new hook, "ContentAlterParserOutput", to allow extensions to modify the + parser output for a content object before links update. === Bug fixes in 1.25 === @@ -38,6 +40,14 @@ changes to languages because of Bugzilla reports. * Removed ApiQueryUsers::getAutoGroups(). (deprecated since 1.20) * Removed XmlDumpWriter::schemaVersion(). (deprecated since 1.20) * Removed LogEventsList::getDisplayTitle(). (deprecated since 1.20) +* Removed Preferences::trySetUserEmail(). (deprecated since 1.20) +* Removed mw.user.name() and mw.user.anonymous() methods. (deprecated since 1.20) +* Removed 'ok' and 'err' parameters in the mediawiki.api modules. (deprecated + since 1.20) +* Removed 'async' parameter from the mw.Api#getCategories() method. (deprecated + since 1.20) +* Removed 'jquery.json' module. (deprecated since 1.24) + Use the 'json' module and global JSON object instead. == Compatibility ==