Conversation
|
Uh.... Some are marked to get removed in |
|
Yup, that's a typo on my end. The next version should be 2.11.0 and then removed normally. |
|
How's the status on this PR? |
|
Going to hold back on this. Decided it was best to not take the chance to break stuff before PAPI3. |
|
*sigh* so you do the bukkit aproach here... And be honest: Do you REALLY believe PAPI3 will enter any alpha or beta state in the next year, given its current state? |
|
Semver isn't everything. If we announce something, no matter in what way, should we stick with it. |
I disagree, semver is a globally identifiable way of defining breaking changes, additions and patches/bug fixes across versions that guarantees if my software changes a library version from X.Y.Z to X.W.V there will be no ABI breakages, regardless of context. A proper versioning system should always be put before some silly annotation pinky promise "no matter in what way, should we stick with it". |
Pull Request
Type
Description
In version
2.10.9, we marked a bunch of older API methods as deprecated and to be removed in version2.10.11. The time is coming soon to release this new version so the methods marked for removal should be removed. Merge this last before the2.11.0release.Closes N/A