X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=1a1a9f71e617c03a2b08b6b7b449944727c64ded;hp=67026f448e46c507f92a3e3c87f9e5fd4928a5df;hb=21c7cd7109e177b2ab7e5b619bf6d314d8065e92;hpb=0b53a14377fcf275ad3e5a0f7ad9f7d5bcd85cab diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 67026f448e..1a1a9f71e6 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -123,9 +123,6 @@ changes to languages because of Phabricator reports. * The Block class will no longer accept usable-but-missing usernames for 'byText' or ->setBlocker(). Callers should either ensure the blocker exists locally or use a new interwiki-format username like "iw>Example". -* The RevisionInsertComplete hook is now deprecated, use RevisionRecordInserted instead. - RevisionInsertComplete is still called, but the second and third parameter will always be null. - Hard deprecation is scheduled for 1.32. * The following methods that get and set ParserOutput state are deprecated. Callers should use the new stateless $options parameter to ParserOutput::getText() instead.