jenkins-bot has submitted this change and it was merged. Change subject: Release notes for removed and renamed classes ......................................................................
Release notes for removed and renamed classes Change-Id: I65de588860575d22125c05b71bf4817388234ef1 --- M RELEASE-NOTES-1.23 1 file changed, 23 insertions(+), 0 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index b933a31..77a3c94 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -92,14 +92,37 @@ properly for all parameters. * ApiQueryBase::titlePartToKey allows an extra parameter that indicates the namespace in order to properly capitalize the title part. +* Removed classes: + - TitleDependency + - TitleListDependency * Renamed classes: + - CdbReader_DBA to CdbReaderDBA + - CdbReader_PHP to CdbReaderPHP + - CdbWriter_DBA to CdbWriterDBA + - CdbWriter_PHP to CdbWriterPHP + - DiffOp_Add to DiffOpAdd + - DiffOp_Change to DiffOpChange + - DiffOp_Copy to DiffOpCopy + - DiffOp_Delete to DiffOpDelete + - HWLDF_WordAccumulator to HWLDFWordAccumulator - LBFactory_Fake to LBFactoryFake - LBFactory_Multi to LBFactoryMulti - LBFactory_Simple to LBFactorySimple - LBFactory_Single to LBFactorySingle + - LCStore_Accel to LCStoreAccel + - LCStore_CDB to LCStoreCDB + - LCStore_DB to LCStoreDB + - LCStore_Null to LCStoreNull - LoadBalancer_Single to LoadBalancerSingle - LoadMonitor_MySQL to LoadMonitorMySQL - LoadMonitor_Null to LoadMonitorNull + - LocalisationCache_BulkLoad to LocalisationCacheBulkLoad + - csvStatsOutput to CsvStatsOutput + - extensionLanguages to ExtensionLanguages + - languages to Languages + - statsOutput to StatsOutput + - textStatsOutput to TextStatsOutput + - wikiStatsOutput to WikiStatsOutput * Removed methods: - Linker::makeBrokenLink() (deprecated in 1.16) - Linker::makeBrokenLinkObj() (deprecated in 1.16) -- To view, visit https://gerrit.wikimedia.org/r/104043 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I65de588860575d22125c05b71bf4817388234ef1 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
