diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d501cf..0c87d349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Release Notes # 1.6.3 -... + +## Fixed +- Bug #424: 1.6.2 failure stopping at breakpoints +- Bug #428: Debugger fails to start (Fresh install / macOS 10.13) # 1.6.2 diff --git a/package.json b/package.json index 623f8021..dc4c80d7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bugs": { "url": "https://github.com/vadimcn/vscode-lldb/issues" }, - "qna": "https://groups.google.com/g/codelldb-users", + "qna": "https://github.com/vadimcn/vscode-lldb/discussions", "engines": { "vscode": "^1.31.0" },