From d770388e4b9033464a75e0da4f34fe559f2a32f2 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Thu, 7 Apr 2022 18:49:14 +0200 Subject: [PATCH] docs(changelog): wsl paste fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4453d90..45a9f9894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274) * repo: add `.git-blame-ignore-revs-file` (https://github.com/zellij-org/zellij/pull/1295) * add: `musl` target to `rust-toolchain` (https://github.com/zellij-org/zellij/pull/1294) +* fix: update termwiz to fix crash when pasting on wsl (https://github.com/zellij-org/zellij/pull/1303) ## [0.27.0] - 2022-03-31 * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)