summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-11-12 11:48:20 +0900
committerGitHub <noreply@github.com>2022-11-12 11:48:20 +0900
commitb52ca5d13f64a507f6f8b05b3cdd06c94560556a (patch)
treebe03076b66d2f20f116edd52272ba9e84808660e /CHANGELOG.md
parent9f827805f18a5e2b0d1070e1db6ae623f451aaa7 (diff)
docs(changelog): support text input from clipboard
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d532340a3..5c896d458 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* feat: support text input from clipboard (https://github.com/zellij-org/zellij/pull/1926)
+
## [0.33.0] - 2022-11-10
* debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840)