Skip to content

Commit

Permalink
mv changelog to first released version they will affect
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Nov 20, 2024
1 parent e4a5a2b commit 018113c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/notes/2.24.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ The "legacy" system will be removed in the 2.25.x series.

Many tools that Pants downloads can now be exported using [the new `export --bin` option](https://www.pantsbuild.org/2.24/reference/goals/export#bin). For example, `pants export --bin="helm"` will export the `helm` binary to `dist/export/bin/helm`. For each tool, all the files are exported to a subfolder in `dist/export/bins/`, and the main executable is linked to `dist/export/bin/`.

#### `generate-lockfiles`

Generating all lockfiles properly deduplicates requests, preventing generating the same lockfile twice for resolves that shadow a tool's builtin resolve name. ([#21642](https://github.com/pantsbuild/pants/pull/21642))

### Backends

#### JVM
Expand Down
4 changes: 0 additions & 4 deletions docs/notes/2.25.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ The "legacy" options system is removed in this release. All options parsing is n

### Goals

#### `generate-lockfiles`

Generating all lockfiles properly deduplicates requests, preventing generating the same lockfile twice for resolves that shadow a tool's builtin resolve name.

### Backends

#### Python
Expand Down

0 comments on commit 018113c

Please sign in to comment.