summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Elkin <doug@dougelkin.com>2022-09-10 00:47:10 -0400
committerAbin Simon <abinsimon10@gmail.com>2022-09-10 12:01:11 +0530
commit564128a175c447554d3c704b8af9d13ac10de821 (patch)
tree815043e3b999b656ebc5f20b43a7c8723caf1571
parent0d8c2c4d9c72efc8344ef08009bb679a6e6de82f (diff)
update changelog for ZSH completion fix
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edb316d..e8c2327 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [UNRELEASED]
+
+### Fixed
+- Fix tab completion for paths in ZSH
+
## [0.23.0] - 2022-09-05
### Added
- Add icon for Zstandard from [nix6839](https://github.com/nix6839)