From 778814a35e4177971ccc0090c5592f451907d29e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 24 Feb 2020 20:18:47 +0000 Subject: [PATCH] changelog: fix typo --- changelogs/3.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/3.11.md b/changelogs/3.11.md index 8276dfcff..3e471a43c 100644 --- a/changelogs/3.11.md +++ b/changelogs/3.11.md @@ -65,7 +65,7 @@ Plugin developers should **only** update their required API to this version if y - `build/server-phar.php` now uses GZIP compression on created phars, providing a 75% size reduction. - `ClientboundMapItemDataPacket` now uses `MapDecoration` objects for decorations instead of associative arrays. - Updated Composer dependencies to get bug fixes in `pocketmine/nbt` and other libraries. -- Packages `pocketmine/classloader` and `pockegtmine/log` are now required; these provide classes previously part of `pocketmine/spl`. This change has no effect on API compatibility. +- Packages `pocketmine/classloader` and `pocketmine/log` are now required; these provide classes previously part of `pocketmine/spl`. This change has no effect on API compatibility. # 3.11.6 - Core code, tests and build scripts are now analyzed using `phpstan-strict-rules` and `phpstan-phpunit` rules.