From 7435b4c13d02c93885e00a4578eb01af83527cc7 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 3 Apr 2016 14:59:51 +0300 Subject: [PATCH] Mention introduction of service locator in release notes. Change-Id: I8b10133894bb93cf5e4dfab14478071477002773 --- RELEASE-NOTES-1.27 | 3 +++ 1 file changed, 3 insertions(+) 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). -- 2.20.1