Merge "Remove $wgSessionsInMemcached"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 30 Nov 2016 00:55:17 +0000 (00:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 30 Nov 2016 00:55:17 +0000 (00:55 +0000)
1  2 
RELEASE-NOTES-1.29

diff --combined RELEASE-NOTES-1.29
@@@ -36,7 -36,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 ===
  
@@@ -54,6 -53,8 +54,8 @@@ changes to languages because of Phabric
  === 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.
  
  == Compatibility ==