Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw authored May 9, 2024
1 parent f463812 commit 572f52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notes/2.21.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Failing `kotlin_junit_test`, `junit_test`, and `scala_junit_test` tests can now

##### Scala

The Scalafix can now be run by Pants using the [new `pants.backend.experimental.scala.lint.scalafix` backend](https://www.pantsbuild.org/2.21/docs/jvm/java-and-scala#fix-scala-code).
Scalafix can now be run by Pants using the [new `pants.backend.experimental.scala.lint.scalafix` backend](https://www.pantsbuild.org/2.21/docs/jvm/java-and-scala#fix-scala-code).

#### Python

Expand Down Expand Up @@ -145,7 +145,7 @@ Plugins that define target generators should set the `generated_target_cls` clas

[The new `pants.core.goals.resolves.ExportableTool` union](https://www.pantsbuild.org/2.21/docs/writing-plugins/common-subsystem-tasks#making-subsystems-exportable-with-their-default-lockfile) allows subsystems & tools to be exported with `pants export ...`, similar to a user resolve. ([#20730](https://github.com/pantsbuild/pants/pull/20730))

The `implicit_value` option keyword argument is no longer supported. ([#20762](https://github.com/pantsbuild/pants/pull/20762))
The `implicit_value` keyword argument for option registration is no longer supported. ([#20762](https://github.com/pantsbuild/pants/pull/20762))

## Full Changelog

Expand Down

0 comments on commit 572f52d

Please sign in to comment.