From a7e64844fb43167bcbb5f045e55d19d517bfe57c Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 24 Jun 2025 12:30:42 -0400 Subject: [PATCH] GP-0: Fixing ChangeHistory typo --- .../Public_Release/src/global/docs/ChangeHistory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md index 7a138e7904..f59f842d31 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md @@ -158,7 +158,7 @@ * _Testing_. Updated pcodetest scripts to Python3. (GP-4995) ### Notable API Changes -* _API_. (GP-5458) `GhidraProject.openProject.openProject()` now throws `NotFoundException, NotOwnerException, LockException`. +* _API_. (GP-5458) `GhidraProject.openProject()` now throws `NotFoundException, NotOwnerException, LockException`. * _API_. (GP-5591) Removed unused and unsupported `DataType.getDocs()` method. * _Debugger_. (GP-2040) Deleted `AbstractAsyncServer`, `AsyncClaimQueue`, `AsyncLock`, `AsyncLoop`, `AsyncPairingCache`, `AsyncRace`, `AsyncSequence*`, `BitmaskSet`, `DebugByteChannel`, `TypeSpec` and related, without replacements. * _Debugger_. (GP-3450) Added `UnwoundFrame.evaluate(Program, Varnode, AddressSetView)`.