diff --git a/changelogs/4.0.md b/changelogs/4.0.md index e5194d5b0..88914ea8a 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -1147,7 +1147,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml` #### Particles - `DestroyBlockParticle` has been renamed to `BlockBreakParticle` for consistency. -- `DustParticle->__construct()` now accepts a `pocketmine\utils\Color` object instead of `r, g, b, a`. +- `DustParticle->__construct()` now accepts a `pocketmine\color\Color` object instead of `r, g, b, a`. - `pocketmine\world\particle\Particle` no longer extends `pocketmine\math\Vector3`, and has been converted to an interface. - Added the following `Particle` classes: - `DragonEggTeleportParticle`