Skip to content

Commit

Permalink
add signature change for Enum.getName()
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Jun 29, 2021
1 parent 1a85f95 commit 70c756e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mappings/migration-2.3-to-2.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,11 @@
"deleteProgram"
]
},
"signatureChanges": {},
"signatureChanges": {
"yfiles.lang.Enum": {
"getName": [0, "number"]
}
},
"returnTypeChanges": {
"yfiles.algorithms.EdgeList": {
"getInfo": "any",
Expand Down

0 comments on commit 70c756e

Please sign in to comment.