Skip to content

Commit 817d02c

Browse files
committed
Add new methods to verification
1 parent 411acb3 commit 817d02c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

verification/src/changes/accepted-core-public-api-changes.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@
6464
"changes": [
6565
"FIELD_REMOVED_IN_SUPERCLASS"
6666
]
67+
},
68+
{
69+
"type": "com.sk89q.worldedit.function.operation.Operation",
70+
"member": "Method com.sk89q.worldedit.function.operation.Operation.getMessages()",
71+
"changes": [
72+
"METHOD_NEW_DEFAULT"
73+
]
74+
},
75+
{
76+
"type": "com.sk89q.worldedit.regions.RegionSelector",
77+
"member": "Method com.sk89q.worldedit.regions.RegionSelector.getSelectionInformationLines()",
78+
"changes": [
79+
"METHOD_NEW_DEFAULT"
80+
]
6781
}
6882
]
6983
}

0 commit comments

Comments
 (0)