Skip to content

Commit 70c756e

Browse files
committed
add signature change for Enum.getName()
1 parent 1a85f95 commit 70c756e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mappings/migration-2.3-to-2.4.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,11 @@
274274
"deleteProgram"
275275
]
276276
},
277-
"signatureChanges": {},
277+
"signatureChanges": {
278+
"yfiles.lang.Enum": {
279+
"getName": [0, "number"]
280+
}
281+
},
278282
"returnTypeChanges": {
279283
"yfiles.algorithms.EdgeList": {
280284
"getInfo": "any",

0 commit comments

Comments
 (0)