From 6f8100e585f2ae806c8163fbf11a8af7e2df4512 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Mon, 9 Mar 2026 09:03:57 -0400 Subject: [PATCH] GP-0: README update --- Ghidra/Features/PyGhidra/src/main/py/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Ghidra/Features/PyGhidra/src/main/py/README.md b/Ghidra/Features/PyGhidra/src/main/py/README.md index 94d12d5288..417173af38 100644 --- a/Ghidra/Features/PyGhidra/src/main/py/README.md +++ b/Ghidra/Features/PyGhidra/src/main/py/README.md @@ -578,6 +578,7 @@ __3.1.0__ * PyGhidra now includes a [`py.typed`](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information) marker file to inform type checkers that typing is supported. +* The PyGhidra interactive console no longer restarts when a `SyntaxError` occurs. __3.0.2__ * Fixed an issue that prevented [`pyghidra.analysis_properties()`](#pyghidraanalysis_properties)