Skip to content

Commit

Permalink
Rephrase a changelog entry
Browse files Browse the repository at this point in the history
We only preserve parameter names belonging to the `main` function (a.k.a. free variables).
  • Loading branch information
hirrolot authored Dec 24, 2024
1 parent 3c4aff1 commit ae431a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Do not share syntactically equal arguments during postprocessing.
- Preserve original parameter names in residual code.
- Preserve `main` parameter names in residual code.

### Fixed

Expand Down

0 comments on commit ae431a8

Please sign in to comment.