Skip to content

Commit

Permalink
add notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos committed May 23, 2024
1 parent bc7fd20 commit f5cbc3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/notes/2.22.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Setting [the `orphan_files_behaviour = "ignore"` option](https://www.pantsbuild.

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.

Target `Field` types can now have per instance default values, overriding the class var `default` value declared on the `Field` subclass by wrapping the field value in a `FieldDefaultValue` when creating the field instance.

## Full Changelog

For the full changelog, see the individual GitHub Releases for this series: https://github.com/pantsbuild/pants/releases

0 comments on commit f5cbc3e

Please sign in to comment.