summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorYaohua Xiong <xiongyaohua@gmail.com>2023-11-05 12:25:29 +0800
committerRémi Verschelde <rverschelde@gmail.com>2024-05-02 10:42:24 +0200
commit1f2aa17d143da5ad39863bf87682fd3757bf33b0 (patch)
tree884dc7855bd5545df296afc97fa8e4bfd39bbb4d /misc/extension_api_validation/4.2-stable.expected
parentf91db3dc58f1d6a0cb63d591515183b5a45cd3ba (diff)
downloadredot-engine-1f2aa17d143da5ad39863bf87682fd3757bf33b0.tar.gz
Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options
Make it possible to draw unfilled circle, like draw_rect(). Antialising is only implemented for unfilled version.
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 c0731b18fc..f935a512b9 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -323,3 +323,10 @@ Validate extension JSON: Error: Field 'classes/TextEdit/methods/set_selection_mo
Removed optional arguments set_selection_mode, use set_selection_origin_line/column instead.
Compatibility methods registered.
+
+
+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.