Stop referring to GDExtension as experimental in the README #1755
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Per the discussion at the previous GDExtension meeting, we think it's time to stop saying that GDExtension is experimental :-)
While I guess we technically still reserve the right to break compatibility if there is a bug or issue serious enough, based on our track record so far, I don't think we will need to.
This PR replaces the warning about being experimental, with some of the text copied from this docs page:
https://docs.godotengine.org/en/latest/tutorials/scripting/gdextension/what_is_gdextension.html#version-compatibility
I think we should ultimately just link to that docs page, so we don't have to update this information in two places, however, I don't want to link to it with godotengine/godot-docs#10631 still open, because that will lead to the URL changing.
Also, for this reason, I didn't integrating more of the suggestions from #1588 and instead decided to keep it minimal, because all of the notes we talked about there probably should be on the docs page rather than in the godot-cpp README