diff options
author | C. Scott Ananian <cscott@cscott.net> | 2023-01-26 17:12:42 -0500 |
---|---|---|
committer | C. Scott Ananian <cscott@cscott.net> | 2023-03-10 20:34:33 -0500 |
commit | 29853113f7d5429456ba4c64d3b98a64a41a6df1 (patch) | |
tree | a78ea5a10050a67663061fcccec2a14b7c482a8e /RELEASE-NOTES-1.40 | |
parent | 4c1ae11a41b313dd6a60bdf305b4a587f4e71af1 (diff) | |
download | mediawikicore-29853113f7d5429456ba4c64d3b98a64a41a6df1.tar.gz mediawikicore-29853113f7d5429456ba4c64d3b98a64a41a6df1.zip |
Deprecate ParserOutput::{get,set}TOCHTML()
No uses in deployed code outside mediawiki-core:
https://codesearch.wmcloud.org/deployed/?q=%5Bgs%5DetTOCHTML%5C%28&i=nope&files=&excludeFiles=&repos=
Bug: T293513
Change-Id: I3fd82150ac581afbeb94f401672702063586fff0
Diffstat (limited to 'RELEASE-NOTES-1.40')
-rw-r--r-- | RELEASE-NOTES-1.40 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.40 b/RELEASE-NOTES-1.40 index 5606d936a016..dec9f47aecf7 100644 --- a/RELEASE-NOTES-1.40 +++ b/RELEASE-NOTES-1.40 @@ -352,6 +352,8 @@ because of Phabricator reports. for @internal use only. * ParserOutput::getCategories() has been deprecated; use ::getCategoryNames() and ::getCategorySortKey() instead. +* ParserOutput::{get,set}TOCHTML() has been deprecated; use + ::{get,set}TOCData() instead. * TransactionProfiler::setSilenced() is deprecated. Use TransactionProfiler::silenceForScope() instead. * The following methods in the Title class, deprecated since 1.37, emits |