From 19d956b306982dde6ea94cdf1e0a0ead55514292 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Wed, 24 Nov 2021 20:03:27 +0100 Subject: [PATCH] update changes --- master_changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master_changes.md b/master_changes.md index d0184fa5a78..db1eaa8e025 100644 --- a/master_changes.md +++ b/master_changes.md @@ -53,6 +53,8 @@ users) * Ensure setenv can use package variables defined during the build [#4841 @dra27] * [BUG] Fix `set-invariant: default repos were loaded instead of switch repos [#4866 @rjbou] * Add support for `opam switch -` (go to previous non-local switch) [#4910 @kit-ty-kate - fix 4866] + * On loading, check for executable external files if they are in `PATH`, and warn if not the case [#XXX @rjbou - fix #4923] + * On loading, check for executable external files if they are in `PATH`, and warn if not the case [#4932 @rjbou - fix #4923] ## Pin * Switch the default version when undefined from ~dev to dev [#4949 @kit-ty-kate] @@ -347,3 +349,4 @@ users) * `OpamSystem.real_path`: Remove the double chdir trick on OCaml >= 4.13.0 [#4961 @kit-ty-kate] * `OpamProcess.wait_one`: display command in verbose mode for finished found process [#5091 @rjbou] * `OpamStd.Config.E`: add a `REMOVED` variant to allow removing completely an environment variable handling [#5112 @rjbou] + * `OpamHash`: add `is_null`