From c53731bfa87891c440b17875d55cb03c610e7753 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 28 May 2021 17:31:45 +0200 Subject: [PATCH] docs(changelog): update compatibility fix --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540f7256..5fb2b905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ 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] - -## [0.12.0] - 2021-05-28 +* Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) + +## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538) ## [0.12.0] - 2021-05-27