Mention introduction of service locator in release notes.
authordaniel <daniel.kinzler@wikimedia.de>
Sun, 3 Apr 2016 11:59:51 +0000 (14:59 +0300)
committerBryanDavis <bdavis@wikimedia.org>
Sun, 3 Apr 2016 13:20:33 +0000 (13:20 +0000)
Change-Id: I8b10133894bb93cf5e4dfab14478071477002773

RELEASE-NOTES-1.27

index b6bb950..b5dca93 100644 (file)
@@ -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).