Skip to content

Commit 869dc6c

Browse files
authored
1.9.0 release preparations (#542)
* 1.9.0 release preparations
1 parent 48d0c81 commit 869dc6c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.9.0
4+
5+
- Implements [`#526`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/526): Handle memory-changed notifications
6+
- Implements [`#527`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/527): Support setting expression values
7+
- Implements [`#538`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/538): Add support for breakpointLocations request
8+
- Fixes [`#219`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/219): Synchronize global radix change between debug console and context menus
9+
- Fixes [`#218`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/218): Race condition when using breakpoint modes to set HW/SW breaks
10+
311
## 1.8.1
412

513
- Fixes [`#530`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/530): Bump publish job to Node 24 to work around an npm self-upgrade crash that prevented 1.8.0 from being published to npm.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-adapter",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "gdb adapter implementing the debug adapter protocol",
55
"main": "dist/index.js",
66
"browser": "dist/browser/web.js",

0 commit comments

Comments
 (0)