From 07160e2f71f17bd6a569fb33f9c2213b8aaee065 Mon Sep 17 00:00:00 2001 From: Jonathan Krebs Date: Fri, 12 Apr 2024 15:33:51 +0200 Subject: [PATCH] notice in CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0bc574a40..365f08178 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -182,6 +182,7 @@ Other improvements - ``fish_indent`` will now collapse multiple successive empty lines into one (:issue:`10325`). - The HTML-based configuration UI (``fish_config``) now uses Alpine.js instead of AngularJS (:issue:`9554`). - ``fish_config`` now also works in a Windows MSYS environment (:issue:`10111`). +- `cd` into a directory that is not readable but accessile (permissions `--x`) is now possible (:issue:`10432`). .. _rust-packaging: