From 8a1bb914e587af34e7a7fd4cab2b5b3a95a97e27 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Mon, 1 Jul 2024 10:18:50 +0200 Subject: [PATCH] Update CHANGES --- CHANGES | 14 ++++++++++++++ master_changes.md | 6 ------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index aebb3853093..5a7b8c65ca4 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,20 @@ repositories (changes that are automatically handled by the format upgrade tools are not marked). Those prefixed with "(+)" are new command/option (since 2.1.0~alpha2). +2.2.0: +* Bump `opam-root-version` to 2.2 [#5980 @kit-ty-kate] +* Cygwin initialisation enhancement + * Always pass `--no-version-check` and `--no-write-registry` to Cygwin setup + [#6046 @dra27] + * 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] +* API changes + * `OpamStateConfig.opamroot_with_provenance`: restore previous behaviour to + `OpamStateConfig.opamroot` for compatibility with third party code + [#6047 @dra27] + 2.2.0~rc1: * Fix `opam upgrade` wanting to recompile opam files containing the `x-env-path-rewrite` field [#6029 @kit-ty-kate - fix #6028] diff --git a/master_changes.md b/master_changes.md index f8a08625553..1ab70ae3e4a 100644 --- a/master_changes.md +++ b/master_changes.md @@ -11,9 +11,6 @@ moved, etc.), please update the _API updates_ part (it helps opam library users) ## Version - * Bump version to 2.2.0 [#6060 @rjbou] - * Bump version to 2.20~rc2~dev [#6048 @rjbou] - * Bump opam-root-version to 2.2 [#5980 @kit-ty-kate] ## Global CLI @@ -62,8 +59,6 @@ users) ## Opamfile ## External dependencies - * Always pass --no-version-check and --no-write-registry to Cygwin setup [#6046 @dra27] - * 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] ## Format upgrade @@ -118,7 +113,6 @@ users) ## opam-repository ## opam-state - * `OpamStateConfig.opamroot_with_provenance`: restore previous behaviour to `OpamStateConfig.opamroot` for compatibility with third party code [#6047 @dra27] ## opam-solver