X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=b5dca9339b121ba63c2956504a18f0c68409fbab;hb=04580fa38dccd5a5774406df27c7c2a82bdcc59d;hp=b6bb950d4e0e5a16d4a551eaf56750cfb01cc7c3;hpb=b91cbed2eda3200c8607dc82b0fd40dc9c974a52;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index b6bb950d4e..b5dca9339b 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -267,6 +267,9 @@ changes to languages because of Phabricator reports. * (T116020) Aliases of magic words in MessagesXx.php are sorted by usage. === Other changes in 1.27 === +* Added dependency injection (DI) infrastructure, see docs/injection.txt for details. + It is planned to incrementally move MediaWiki code towards using DI, using the + service locator (SL) pattern as a stepping stone. * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class. * WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now ignore the 2nd and 3rd arguments (formerly $id and $commit).