From 430fd587074d592980006f6394cec0d89cda7612 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:53:33 +0900 Subject: [PATCH] docs(changelog): update parsing crate to clap v3.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951c8a08a..5771f2038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ 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/) ## [Unreleased] +* Feature: update parsing crate to `clap v3.0` (https://github.com/zellij-org/zellij/pull/1017) * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001) * Fix: crash when opening pane in non-existent cwd (https://github.com/zellij-org/zellij/pull/995) * Feature: add `copy-command` option (https://github.com/zellij-org/zellij/pull/996)