From 62e1d87f5e02ff5759c8db88dd822795fbf49534 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 5 Dec 2024 15:47:34 +0000 Subject: [PATCH] Mention internal timings deprecations plugins shouldn't be using these, but since it's not marked as internal, we can't be sure. --- changelogs/5.23.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/5.23.md b/changelogs/5.23.md index 4cdb81625..f5b08593d 100644 --- a/changelogs/5.23.md +++ b/changelogs/5.23.md @@ -87,6 +87,9 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if - `public static TimingsHandler::requestPrintTimings() : Promise>` - asynchronously collects timing results from all threads and assembles them into a single report - The following API methods have been deprecated: - `TimingsHandler::printTimings()` - this function cannot support async timings collection. Use `TimingsHandler::requestPrintTimings()` instead. + - `Timings::getAsyncTaskErrorTimings()` - internal method that is no longer needed +- The following constants have been deprecated: + - `Timings::GROUP_BREAKDOWN` - no longer used ### `pocketmine\utils` - The following API methods have been added: