docs(changelog): support text input from clipboard

This commit is contained in:
Jae-Heon Ji 2022-11-12 11:48:20 +09:00 committed by GitHub
parent 9f827805f1
commit b52ca5d13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* feat: support text input from clipboard (https://github.com/zellij-org/zellij/pull/1926)
## [0.33.0] - 2022-11-10 ## [0.33.0] - 2022-11-10
* debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840) * debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840)