From 6af419528f019ad603bedb8d0f564a569ba3e77a Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:48:00 +0900 Subject: [PATCH] docs(changelog): fix dependency problem --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c861250..633b5eaf 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] +* 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) ## [0.24.0] - 2022-01-05