From c1ab661cf28505906d22427d9531531e16de6cc2 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 18 Apr 2025 22:32:19 -0300 Subject: [PATCH] chore: add changelog entry for #2102, #2103 and #2186 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56859ef6..a5055979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ - Fixed Fish completion on newer Fish versions (#2130 by @atusy). - Fixed a bug where undefined/null variables resolved to an empty string instead of `nil` (#1911, #2144 by @pd93). +- The `USER_WORKING_DIR` special now will now properly account for the `--dir` + (`-d`) flag, if given (#2102, #2103 by @jaynis, #2186 by @andreynering). #### Package API