From 5c532ace5a2e871e53987eb5fdb98a45912e86d7 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 31 Dec 2023 19:40:18 +0100 Subject: [PATCH] CHANGELOG umask fix --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85bc08095..d1d818d74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,6 +27,7 @@ Scripting improvements - The ``builtin`` builtin will now properly error out with invalid arguments instead of doing nothing and returning true (:issue:`9942`). - ``command time`` in a pipeline is allowed again, as is ``command and`` and ``command or`` (:issue:`9985`). - ``exec`` will now also apply variable overrides, so ``FOO=bar exec`` will now set ``$FOO`` correctly (:issue:`9995`). +- ``umask`` will now handle empty symbolic modes correctly, like ``umask u=,g=rwx,o=`` (:issue:`10177`). Interactive improvements ------------------------