diff --git a/CHANGELOG.md b/CHANGELOG.md index e29c6b76..32889bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# V0.1.20 + +* Fixed issue with setting breakpoints while the target is running +* Fixed issues with the 'Add to Watch' and 'Copy Expression' options in the variable view +* Fixed issues with parsing some Atmel SVD files (Thanks to https://github.com/ivankravets for your PR) +* Allow overriding the armToolchainPath setting on a per lunch configuration basis + +# V0.1.19 + +* Updated command names for JLink - newer versions of JLink rename the GDB server on Linux and macOS to JLinkGDBServerCLExe - this update searches for both the new JLinkGDBServerCLExe name and, if not found, falls back to the old JLinkGDBServer name. + # V0.1.18 * Fixed bug with the restart command if the target was currently in a running state. diff --git a/package.json b/package.json index a3f95af0..a3c6939b 100644 --- a/package.json +++ b/package.json @@ -1452,5 +1452,5 @@ "vscode:prepublish": "tsc -p ./", "watch": "tsc -watch -p ./" }, - "version": "0.1.19" + "version": "0.1.20" }