Skip to content

Commit 681fb04

Browse files
authored
Merge pull request #1755 from dsnopek/not-experimental-any-more
Stop referring to GDExtension as experimental in the README
2 parents 543c1f7 + 7660dd2 commit 681fb04

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
> from Godot's `master` branch.
88
>
99
> For users of stable branches, switch to the branch matching your target Godot version:
10+
> - [`4.4`](https://github.com/godotengine/godot-cpp/tree/4.4)
11+
> - [`4.3`](https://github.com/godotengine/godot-cpp/tree/4.3)
1012
> - [`4.2`](https://github.com/godotengine/godot-cpp/tree/4.2)
1113
> - [`4.1`](https://github.com/godotengine/godot-cpp/tree/4.1)
1214
> - [`4.0`](https://github.com/godotengine/godot-cpp/tree/4.0)
@@ -49,20 +51,13 @@ Godot version.**
4951
5052
## Compatibility
5153

52-
> [!WARNING]
53-
>
54-
> The GDExtension API is brand new in Godot 4.0, and is still
55-
considered in **beta** stage, despite Godot 4.0 itself being released.
56-
>
57-
> This applies to both the GDExtension interface header, the API JSON, and this
58-
first-party `godot-cpp` extension.
59-
>
60-
> Some compatibility breakage is to be expected as GDExtension and `godot-cpp`
61-
> get more used, documented, and critical issues get resolved. See the
62-
> [Godot issue tracker](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension)
63-
> and the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues)
64-
> for a list of known issues, and be sure to provide feedback on issues and PRs
65-
> which affect your use of this extension.
54+
GDExtensions targeting an earlier version of Godot should work in later minor versions,
55+
but not vice-versa. For example, a GDExtension targeting Godot 4.2 should work just fine
56+
in Godot 4.3, but one targeting Godot 4.3 won't work in Godot 4.2.
57+
58+
There is one exception to this: extensions targeting Godot 4.0 will _not_ work with
59+
Godot 4.1 and later.
60+
See [Updating your GDExtension for 4.1](https://docs.godotengine.org/en/latest/tutorials/migrating/upgrading_to_godot_4.1.html#updating-your-gdextension-for-godot-4-1).
6661

6762
## Contributing
6863

0 commit comments

Comments
 (0)