From e40bbff0812132353bdd48bb4ffc03d28a0074fa Mon Sep 17 00:00:00 2001 From: itchyny Date: Wed, 26 Apr 2023 18:54:19 +0900 Subject: [PATCH] update CHANGELOG.md for v0.1.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bd754..aa8e677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [v0.1.6](https://github.com/itchyny/mmv/compare/v0.1.5..v0.1.6) (2023-04-26) +* Remove dependency on shell for splitting EDITOR with spaces. + ## [v0.1.5](https://github.com/itchyny/mmv/compare/v0.1.4..v0.1.5) (2023-04-09) * Support EDITOR with spaces in the editor path.