From 02bc43b4404248814df571097f43648ddfffd5c9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 11 Jun 2019 16:48:24 +0100 Subject: [PATCH] missed a bit --- changelogs/3.0-alpha.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelogs/3.0-alpha.md b/changelogs/3.0-alpha.md index fdb0d54a0..cd5071eb8 100644 --- a/changelogs/3.0-alpha.md +++ b/changelogs/3.0-alpha.md @@ -272,6 +272,15 @@ This build has breaking API changes, so the API has been bumped to 3.0.0-ALPHA6. - `Item->setLore()` is now fluent. # 3.0.0-ALPHA7 +**For Minecraft PE 1.1.0.55** +Many breaking API changes for type safety, major entity performance improvements, custom blocks & items + +**DISCLAIMER: This is an ALPHA snapshot. This version is NOT FEATURE COMPLETE and may be unstable. PMMP is not responsible for nuclear war, explosions or loss of data resulting from use of this build. Please use our issue tracker to report bugs.** + +This build has breaking API changes, so the API has been bumped to 3.0.0-ALPHA7. These changes are NOT yet complete. + +**NOTE: This will be the last big release to support PHP 7.0.** + ## Core - Backtraces no longer incorrectly show a `boolean` parameter when a function call in the stack trace had no parameters. - Configs will now save correctly when the type was auto-detected due to being unspecified.