summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:04:18 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:04:18 +0100
commit92fcbe2f5c1b0293dea581bc4b7bfd9d7e68a160 (patch)
tree278a62a255c68e3140b6a27abbc0355065d4a0e4 /misc/extension_api_validation
parent21f0529aa923e8d337827074f15a5cf83f73c19a (diff)
downloadredot-engine-92fcbe2f5c1b0293dea581bc4b7bfd9d7e68a160.tar.gz
Revert "Allow configuration warnings to refer to a property"
This reverts commit bf37a9bac6ebfb09c0a374260c35ede8373ce427.
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 2b7a39944a..b3da7c0877 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -84,13 +84,6 @@ Validate extension JSON: Error: Field 'classes/Sky/properties/sky_material': typ
Property hints reordered to improve editor usability. The types allowed are still the same as before. No adjustments should be necessary.
-GH-68420
---------
-Validate extension JSON: Error: Field 'classes/Node/methods/_get_configuration_warnings/return_value': type changed value in new API, from "PackedStringArray" to "Array".
-
-Allow configuration warnings to refer to a property. Compatibility method registered.
-
-
GH-86907
--------