Fixed borked changelog links

This commit is contained in:
Dylan K. Taylor 2023-07-04 16:12:01 +01:00
parent f0d5647aa2
commit 8f217ca6e0
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -12,8 +12,8 @@ Do not update plugin minimum API versions unless you need new features added in
Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you're using packets directly.
## Core
- [BedrockBlockUpgradeSchema version 3.0.0]() is now supported.
- [`ext-pmmpthread` version 6.0.4]() is now required (bug fixes required to support technical changes in this release).
- [BedrockBlockUpgradeSchema version 3.0.0](https://github.com/pmmp/BedrockBlockUpgradeSchema/releases/tag/3.0.0) is now supported.
- [`ext-pmmpthread` version 6.0.4](https://github.com/pmmp/ext-pmmpthread/releases/tag/6.0.4) is now required (bug fixes required to support technical changes in this release).
## Performance
- Improved performance of `AsyncPool->submitTask()` and `AsyncPool->submitTaskToWorker()`.