Skip to content

Commit

Permalink
minor 2.22.x release notes copy edits (#21348)
Browse files Browse the repository at this point in the history
ref #20964
  • Loading branch information
cburroughs authored Aug 23, 2024
1 parent 2c95b17 commit 42d2541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notes/2.22.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We offer [formal sponsorship tiers for companies](https://www.pantsbuild.org/spo
- Source globs are now less strict, using a "match any" conjunction rather than the previous "match all".
- In-workspace execution of processes via `experimental_workspace_environment` target type.

### New options system
### New Options System

This release introduces a major re-implementation of the Pants [options system](https://www.pantsbuild.org/2.22/docs/using-pants/key-concepts/options). This is the code responsible for parsing and applying configuration options from command-line flags, environment variables and config files. The existing "legacy" options system was written in Python. The new "native" implementation is written in Rust.

Expand Down Expand Up @@ -48,7 +48,7 @@ Non-parametrized values in `overrides` will now be removed from the target's add

#### NEW: SQL

A new experimental `SQL` backend was added along with the [sqlfluff
A new experimental `pants.backend.experimental.sql` backend was added along with the [sqlfluff
linter](https://www.pantsbuild.org/2.22/reference/subsystems/sqlfluff). See
docs [here](https://www.pantsbuild.org/2.22/docs/sql).

Expand Down Expand Up @@ -106,7 +106,7 @@ The [PyOxizider tool is effectively stagnant](https://github.com/indygreg/PyOxid

[The `extra_build_args` field](https://www.pantsbuild.org/2.22/reference/targets/pex_binaries#extra_build_args) is now available on the `pex_binaries` target generator, in addition to `pex_binary`.

Default module mappings were added for more modules:
Default module mappings were added for more modules.

The deprecation for the `platforms` field for the `pex_binary` and `pex_binaries` targets has expired, and so has been removed. The `resolve_local_platforms` field is now meaningless and is thus deprecated.

Expand Down

0 comments on commit 42d2541

Please sign in to comment.