Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Nov 19, 2021
1 parent db3150b commit 885b1fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,15 @@ users)
## Internal
* Add license and lowerbounds to opam files [#4714 @kit-ty-kate]
* Bump version to 2.2.0~alpha~dev [#4725 @dra27]
* Add specific comparison function on several module (that includes `OpamStd.ABSTRACT`) [#4918 @rjbou]

## Internal: Windows
* Support MSYS2: treat MSYS2 and Cygwin as equivalent [#4813 @jonahbeckford]
* Process control: close stdin by default for Windows subprocesses and on all platforms for the download command [#4615 @dra27]
* [BUG] handle converted variables correctly when no_undef_expand is true [#4811 @timbertson]

## Test
* Update crowbar with compare functions [#4918 @rjbou]

## Reftests
* Add switch-invariant test [#4866 @rjbou]
Expand Down Expand Up @@ -177,9 +179,13 @@ users)

# API updates
## opam-client
* `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamCLIVersion` [#4918 @rjbou]
## opam-repository
## opam-state
## opam-solver
## opam-format
* `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamSysPkg` and `OpamVariable` [#4918 @rjbou]
## opam-core
* OpamSystem: avoid calling Unix.environment at top level [#4789 @hannesm]
* `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamFilename`, `OpamHash`, `OpamStd`, `OpamStd`, `OpamUrl`, and `OpamVersion` [#4918 @rjbou]

0 comments on commit 885b1fd

Please sign in to comment.