Remove references to 3.x minor versions

Removes notes about features being introduced in 3.x minor versions. In 4.x, these
details are no longer relevant.
This commit is contained in:
tetrapod00
2024-10-20 15:35:32 -07:00
parent 7061a2aa92
commit 3bc5ea85af
7 changed files with 10 additions and 16 deletions

View File

@@ -384,9 +384,9 @@ Warning system
Detailed documentation about the GDScript warning system has been moved to
:ref:`doc_gdscript_warning_system`.
From version 3.1, Godot gives you warnings about your code as you write it:
the engine identifies sections of your code that may lead to issues at runtime,
but lets you decide whether or not you want to leave the code as it is.
Godot gives you warnings about your code as you write it. The engine identifies
sections of your code that may lead to issues at runtime, but lets you decide
whether or not you want to leave the code as it is.
We have a number of warnings aimed specifically at users of typed GDScript.
By default, these warnings are disabled, you can enable them in Project Settings