[release] Update CHANGELOG and LICENSE for v0.24.1 Change-Id: I65a89512746475cc8424114696f28d0985adf601 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/310178 Trust: Suzy Mueller <suzmue@golang.org> Run-TryBot: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f7527..238c7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,3 +1,18 @@ +## v0.24.1 - 15 Apr, 2021 + +### Enhancements +- Cleaned up launch configuration snippets for easier debug setup +- To use `dlv-dap` by default for all launch configurations (including codelenses), set the `debugAdapter` field in the `go.delveConfig` setting ([Issue 1293](https://github.com/golang/vscode-go/issues/1293)) +- The list of debugging features only available with `dlv-dap` is now available [here](https://github.com/golang/vscode-go/issues?q=is%3Aissue+label%3Afixedindlvdaponly) +- Updated extension settings to match gopls v0.6.10 + +### Fixes +- Tightened the test function detection regex for codelenses ([Issue 1417](https://github.com/golang/vscode-go/issues/1417)) +- Show error message when dlv-dap fails to launch ([Issue 1413](https://github.com/golang/vscode-go/issues/1413)) +- Corrected install instructions for dlv-dap in popup ([Issue 1395](https://github.com/golang/vscode-go/issues/1395)) + +## Code Health +- Updated latest version of dlv-dap and gopls (v0.6.10) ## v0.24.0 - 6th Apr, 2021 🧪 We re-enabled the option to use `dlv dap` (Delve's native DAP implementation) instead of the old debug