diff --git a/docs/notes/2.22.x.md b/docs/notes/2.22.x.md index 7f6b5c8d3f3..3937675cd25 100644 --- a/docs/notes/2.22.x.md +++ b/docs/notes/2.22.x.md @@ -137,6 +137,10 @@ The default version of `semgrep` used by the `pants.backends.experimental.tool.s Setting [the `orphan_files_behaviour = "ignore"` option](https://www.pantsbuild.org/2.22/reference/subsystems/yamllint#orphan_files_behavior) the `pants.backend.experimental.tools.yamllint` backend is now properly silent. It previously showed spurious warnings. +#### Go + +Fix a bug where Pants raised an internal exception which occurred when compiling a Go package with coverage support when the package also had an external test which imported the base package. + ### Plugin API changes The `PythonToolRequirementsBase` and `PythonToolBase` classes now have a new `help_short` field. Subclasses should now use `help_short` instead of the `help` field. The `help` field will be automatically generated using `help_short`, and will include the tool's default package version and provide instructions on how to override this version using a custom lockfile.