summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2024-01-19 17:25:14 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2024-02-12 10:11:45 +0100
commit5a999d67ec4116ba4e8845bcab13eef31a957606 (patch)
tree6a02cb1269f40139927eae8a888f147be0d80fa3 /misc
parent4e990cd7e51d17cf24f854cc33b2715eaa27200f (diff)
downloadredot-engine-5a999d67ec4116ba4e8845bcab13eef31a957606.tar.gz
Change TileMapEditor to TileMapLayerEditor
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 9b1aacc2e9..88622364d8 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -104,3 +104,12 @@ Validate extension JSON: Error: Field 'classes/GLTFBufferView/methods/get_byte_s
Validate extension JSON: Error: Field 'classes/GLTFBufferView/methods/get_indices': is_const changed value in new API, from false to true.
Change AudioStreamPlayer* is_autoplay_enabled and GLTFBufferView getters to be const.
+
+
+GH-87379
+--------
+Validate extension JSON: API was removed: classes/TileMap/methods/get_tileset
+Validate extension JSON: API was removed: classes/TileMap/methods/set_tileset
+Validate extension JSON: API was removed: classes/TileMap/properties/tile_set
+
+Moved to the parent TileMapLayerGroup class. No change should be necessary.