From b3d5666843e3d0657f1a3f7350867c23fa1b46f3 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Fri, 6 Jan 2023 15:57:12 +0100 Subject: [PATCH] update changes --- master_changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/master_changes.md b/master_changes.md index cf6d6b7e88b..51161a65413 100644 --- a/master_changes.md +++ b/master_changes.md @@ -168,6 +168,7 @@ users) * Set `depext-bypass` parsing with depth 1, no needed brakcet if single package [#5154 @rjbou] ## External dependencies + * Support MSYS2 on Windows for depexts [#5348 @jonahbeckford] * Set `DEBIAN_FRONTEND=noninteractive` for unsafe-yes confirmation level [#4735 @dra27 - partially fix #4731] [2.1.0~rc2 #4739] * Fix depext alpine tagged repositories handling [#4763 @rjbou] [2.1.0~rc2 #4758] * Homebrew: Add support for casks and full-names [#4801 @kit-ty-kate]