From: daniel Date: Sun, 3 Apr 2016 11:59:51 +0000 (+0300) Subject: Mention introduction of service locator in release notes. X-Git-Tag: 1.31.0-rc.0~7381 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=7435b4c13d02c93885e00a4578eb01af83527cc7;p=lhc%2Fweb%2Fwiklou.git Mention introduction of service locator in release notes. Change-Id: I8b10133894bb93cf5e4dfab14478071477002773 --- 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).