X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.29;h=21a94c5d4ae8bcf139c861a91762431bf07cf80e;hb=9a05e34a1072228fe2ad4068115b07295b02b77e;hp=23c34df6d780cdbe29bb3c68d0e1eecac3b93ddf;hpb=638becad9826f135e9ab47ad4a9ca24b6ec6cc09;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index 23c34df6d7..21a94c5d4a 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -22,6 +22,7 @@ production. === External library changes in 1.29 === ==== Upgraded external libraries ==== +* Updated QUnit from v1.22.0 to v1.23.1. ==== New external libraries ==== @@ -35,6 +36,7 @@ production. in the query string is now an error. They should be submitted in the POST body instead. * The capture option for action=resetpassword has been removed +* action=clearhasmsg now requires a POST. === Action API internal changes in 1.29 === @@ -44,9 +46,18 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. +==== No fallback for Ukrainian ==== +* (T39314) The fallback from Ukrainian to Russian was removed. The Ukrainian + language will now use the default fallback language: English. When a translation + to Ukrainian is not available, an English string will be shown. + === Other changes in 1.29 === * Database::getSearchEngine() (deprecated in 1.28) was removed. Use SearchEngineFactory::getSearchEngineClass() instead. +* $wgSessionsInMemcached (deprecated in 1.20) was removed. No replacement is + required as all sessions are stored in Object Cache now. +* MWHttpRequest::execute() should be considered to return a StatusValue; the + Status return type is deprecated. == Compatibility ==