Skip to content

Commit 9f530d5

Browse files
committed
Add new methods to verification
1 parent d7d1485 commit 9f530d5

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
@@ -244,6 +244,20 @@
244244
"changes": [
245245
"METHOD_NEW_DEFAULT"
246246
]
247+
},
248+
{
249+
"type": "com.sk89q.worldedit.function.operation.Operation",
250+
"member": "Method com.sk89q.worldedit.function.operation.Operation.getMessages()",
251+
"changes": [
252+
"METHOD_NEW_DEFAULT"
253+
]
254+
},
255+
{
256+
"type": "com.sk89q.worldedit.regions.RegionSelector",
257+
"member": "Method com.sk89q.worldedit.regions.RegionSelector.getSelectionInformationLines()",
258+
"changes": [
259+
"METHOD_NEW_DEFAULT"
260+
]
247261
}
248262
]
249263
}

0 commit comments

Comments
 (0)