CONTRIBUTING: changing an event from sync to async or vice versa is a BC break

This commit is contained in:
Dylan K. Taylor 2024-11-13 23:00:49 +00:00
parent 0a56cf877b
commit a7a1077676
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -56,6 +56,7 @@ PocketMine-MP has three primary branches of development.
| Deprecating API classes, methods or constants | ❌ | ✔️ | ✔️ |
| Adding optional parameters to an API method | ❌ | ✔️ | ✔️ |
| Changing API behaviour | ❌ | 🟡 Only if backwards-compatible | ✔️ |
| Changing an event from sync to async or vice versa | ❌ | ❌ | ✔️ |
| Removal of API | ❌ | ❌ | ✔️ |
| Backwards-incompatible API change (e.g. renaming a method) | ❌ | ❌ | ✔️ |
| Backwards-incompatible internals change (e.g. changing things in `pocketmine\network\mcpe`) | ❌ | ✔️ | ✔️ |