From edd4987fdb59c853b59d73918acb79a4057dacc0 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Wed, 24 Nov 2021 19:54:27 +0100 Subject: [PATCH] update changes --- master_changes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/master_changes.md b/master_changes.md index f3e10e2b3ad..6e47f02b875 100644 --- a/master_changes.md +++ b/master_changes.md @@ -63,7 +63,7 @@ users) * ## Opamfile - * + * `repo-config"`: add an optional field for repository initialisation state [#4933 @rjbou] ## External dependencies * Set `DEBIAN_FRONTEND=noninteractive` for unsafe-yes confirmation level [#4735 @dra27 - partially fix #4731] [2.1.0~rc2 #4739] @@ -92,6 +92,8 @@ users) * Don't display global message when `this-switch` is given [#4899 @rjbou - fix #4889] * Set the priority of user-set archive-mirrors higher than the repositories'. This allows opam-repository to use the default opam.ocaml.org cache and be more resilient to changed/force-pushed or unavailable archives. [#4830 @kit-ty-kate - fixes #4411] + * [NEW] Add `--no-action` for `add` and `set-url` subcommands to permit delay the update [#XXXX rjbou - fix #4617] + * [NEW] Add `--no-action` for `add` and `set-url` subcommands to permit delay the update [#4933 rjbou - fix #4617] ## VCS * Pass --depth=1 to git-fetch in the Git repo backend [#4442 @dra27] @@ -202,6 +204,8 @@ users) ## opam-solver ## opam-format * `OpamStd.ABSTRACT`: add `compare` and `equal`, that added those functions to `OpamSysPkg` and `OpamVariable` [#4918 @rjbou] + * `OpamFile.repos_config.t`: add an initialised state argument in map value [#4933 @rjbou] + * `OpamFormat`: add `map_options_4` [#4933 @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]