From 993d786ad796fa599bf71f02d44278c417eee487 Mon Sep 17 00:00:00 2001 From: Jason Shirk Date: Thu, 9 Apr 2020 11:36:16 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c099a..5e23105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `zoxide remove` now throws an error if there was no match in the database. - Interactive mode in `zoxide` no longer throws an error if `fzf` exits gracefully. +- Canonicalize to regular paths instead of UNC paths on Windows. ## [0.3.1] - 2020-04-03