Skip to content

Commit b782a65

Browse files
committed
Update CHANGES
1 parent dcbf66b commit b782a65

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGES

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ repositories (changes that are automatically handled by the format upgrade tools
33
are not marked). Those prefixed with "(+)" are new command/option (since
44
2.1.0~alpha2).
55

6+
2.2.0:
7+
* Bump `opam-root-version` to 2.2 [#5980 @kit-ty-kate]
8+
* Cygwin initialisation enhancement
9+
* Always pass `--no-version-check` and `--no-write-registry` to Cygwin setup
10+
[#6046 @dra27]
11+
* Use `--quiet-mode noinput` for the internal Cygwin installation (which is
12+
definitely a fully-specified command line) and `--quiet-mode` unattended
13+
for external Cygwin installations (in case the user does need to select
14+
something, e.g. a mirror) [#6046 @dra27]
15+
* API changes
16+
* `OpamStateConfig.opamroot_with_provenance`: restore previous behaviour to
17+
`OpamStateConfig.opamroot` for compatibility with third party code
18+
[#6047 @dra27]
19+
620
2.2.0~rc1:
721
* Fix `opam upgrade` wanting to recompile opam files containing the
822
`x-env-path-rewrite` field [#6029 @kit-ty-kate - fix #6028]

master_changes.md

-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ moved, etc.), please update the _API updates_ part (it helps opam library
1111
users)
1212

1313
## Version
14-
* Bump version to 2.2.0 [#6060 @rjbou]
15-
* Bump version to 2.20~rc2~dev [#6048 @rjbou]
16-
* Bump opam-root-version to 2.2 [#5980 @kit-ty-kate]
1714

1815
## Global CLI
1916

@@ -62,8 +59,6 @@ users)
6259
## Opamfile
6360

6461
## External dependencies
65-
* Always pass --no-version-check and --no-write-registry to Cygwin setup [#6046 @dra27]
66-
* Use --quiet-mode noinput for the internal Cygwin installation (which is definitely a fully-specified command line) and --quiet-mode unattended for external Cygwin installations (in case the user does need to select something, e.g. a mirror) [#6046 @dra27]
6762

6863
## Format upgrade
6964

@@ -118,7 +113,6 @@ users)
118113
## opam-repository
119114

120115
## opam-state
121-
* `OpamStateConfig.opamroot_with_provenance`: restore previous behaviour to `OpamStateConfig.opamroot` for compatibility with third party code [#6047 @dra27]
122116

123117
## opam-solver
124118

0 commit comments

Comments
 (0)