summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-11-02 18:52:02 +0000
committerGitHub <noreply@github.com>2021-11-02 18:52:02 +0000
commitb37b9e81cb10ca9ab9fef05f99386bea02905030 (patch)
treeabae618e2cd71c2315df891b83913d8984c23268 /CHANGELOG.md
parent9ea3dc0dbe61a749c8ccf3f03a8331db47f150a6 (diff)
chore(docs): update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40c447316..e968372e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Add: `rust-version' - msrv field to `Cargo.toml` (https://github.com/zellij-org/zellij/pull/828)
* Fix: improve memory utilization, reap both sides of pty properly and do not expose open FDs to child processes (https://github.com/zellij-org/zellij/pull/830)
* Fix: move from the deprecated `colors_transform` to `colorsys` (https://github.com/zellij-org/zellij/pull/832)
+* Feature: plugins can now detect right mouse clicks (https://github.com/zellij-org/zellij/pull/801)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)