summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-02 14:01:21 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-02 14:01:21 +0200
commit6ad0a1ffef0b1151ec1b943e18132b762231c748 (patch)
treec27ef813ec65568a94b7ae741674f35fc05197e5 /misc/extension_api_validation/4.2-stable.expected
parent28a18cf1b8f4d50884954ee65eca4f2799b7130e (diff)
parent360d365b33cefee906fcb3b950ad72a9f4ace4a7 (diff)
downloadredot-engine-6ad0a1ffef0b1151ec1b943e18132b762231c748.tar.gz
Merge pull request #91098 from bruvzg/rtl_fast_delete
[RTL] Add extra argument to `remove_paragraph` to skip cache invalidation and a method for manual cache invalidation.
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index f935a512b9..5a9976dc71 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -330,3 +330,10 @@ GH-84472
Validate extension JSON: Error: Field 'classes/CanvasItem/methods/draw_circle/arguments': size changed value in new API, from 3 to 6.
Optional arguments added. Compatibility methods registered.
+
+
+GH-91098
+--------
+Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/remove_paragraph/arguments': size changed value in new API, from 1 to 2.
+
+Added optional argument. Compatibility method registered.