From 70c756ef2ffc6e81e3374a1daed869658c149c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Holl=C3=A4nder?= Date: Tue, 29 Jun 2021 11:21:09 +0200 Subject: [PATCH] add signature change for Enum.getName() --- mappings/migration-2.3-to-2.4.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mappings/migration-2.3-to-2.4.json b/mappings/migration-2.3-to-2.4.json index 91b363b..894dd10 100644 --- a/mappings/migration-2.3-to-2.4.json +++ b/mappings/migration-2.3-to-2.4.json @@ -274,7 +274,11 @@ "deleteProgram" ] }, - "signatureChanges": {}, + "signatureChanges": { + "yfiles.lang.Enum": { + "getName": [0, "number"] + } + }, "returnTypeChanges": { "yfiles.algorithms.EdgeList": { "getInfo": "any",