From c453eaecf75e50f5efa6c7945a56f0afc6fbc85a Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Thu, 4 Aug 2022 10:56:00 +0200 Subject: [PATCH] update changes --- master_changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master_changes.md b/master_changes.md index e5f4a3379df..54eb8e96001 100644 --- a/master_changes.md +++ b/master_changes.md @@ -29,7 +29,7 @@ users) * [BUG] Fix `OPAMCURL` and `OPAMFETCH` value setting [#5111 @rjbou - fix #5108] * [BUG] Fix display of pinned packages in action list [#5079 @rjbou] * [BUG] Fix spaces in root and switch dirs [#5203 @jonahbeckford] - * Use menu for init setup [#5057 @AltGr] + * Use menu for init setup [#5057 @AltGr; #5217 @dra27] ## Plugins * @@ -468,3 +468,4 @@ users) * `OpamCompat.Unix`: add `realpath` for ocaml < 4.13, and use it in `OpamSystem` [#5152 @rjbou] * `OpamCompat`: add `Lazy` module and `Lazy.map` function [#5176 @dra27] * `OpamConsole.menu`: add `noninteractive` option to choose a different default when output is not a tty [#5156 @rjbou] + * `OpamStd.Sys`: add `all_shells` type, list of all supported shells [#5217 @dra27]