mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-14 03:20:07 +02:00
IPVGO: Do not update captures on passed analysis boards (#2415)
This commit is contained in:
committed by
GitHub
parent
49e231fd41
commit
4218b01dfb
@@ -521,5 +521,15 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
'gets the generated contract with a new optional parameter. Your code was migrated to specify "home" as the host.',
|
||||
showWarning: false,
|
||||
},
|
||||
{
|
||||
brokenAPIs: [
|
||||
{ name: "ns.go.analysis.getValidMoves" },
|
||||
{ name: "ns.go.analysis.getChains" },
|
||||
{ name: "ns.go.analysis.getLiberties" },
|
||||
{ name: "ns.go.analysis.getControlledEmptyNodes" },
|
||||
],
|
||||
info: "ns.go.analysis methods no longer apply captures to custom board states passed to them, and instead evaluate the given board exactly as-is.",
|
||||
showWarning: false,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user