Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jan 18, 2022
1 parent e9d0f10 commit 8f7f292
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ users)
## Exec
* [NEW] Add `opam exec --no-switch` [#4957 @kit-ty-kate - fix #4951]

## Source
* Download source even if no switch is set [#4850 @rjbou @zapashcanon - fix #4809]
* [NEW] Add `--no-switch` option [#4850 @rjbou - fix #4858]

## Lint
* W68: add warning for missing license field [#4766 @kit-ty-kate - partial fix #4598]
* W62: use the spdx_licenses library to check for valid licenses. This allows to use compound expressions such as "MIT AND (GPL-2.0-only OR LGPL-2.0-only)", as well as user defined licenses e.g. "LicenseRef-my-custom-license" [#4768 @kit-ty-kate - fixes #4598]
Expand Down Expand Up @@ -234,6 +238,7 @@ users)
## opam-client
* `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamCLIVersion` [#4918 @rjbou]
* `OpamConfigCommand`: add a labelled argument `no_switch` to `exec` [#4957 @kit-ty-kate]
* OpamAction: `prepare_package_source` can now take any switch state (previously required `rw`) [#4850 @rjbou]
## opam-repository
## opam-state
## opam-solver
Expand Down

0 comments on commit 8f7f292

Please sign in to comment.