From 68384d5a2a2d6d7e9602c9d896a849d4d8c308f7 Mon Sep 17 00:00:00 2001 From: Alexandros Kozak Date: Tue, 28 Jun 2022 10:45:59 -0700 Subject: [PATCH] Documented fix to issued #61 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a163d6..6efa949 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Zsh-z is a drop-in replacement for `rupa/z` and will, by default, use the same d
Here are the latest features and updates. +- June 27, 2022 + + A bug was fixed which was preventing paths with spaces in them from being updated ([#61](https://github.com/agkozak/zsh-z/issues/61)). - December 19, 2021 + ZSH-z will now display tildes for `HOME` during completion when `ZSHZ_TILDE=1` has been set. - November 11, 2021