summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-30 10:23:31 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-30 10:23:31 +0200
commitd001dea238619e1ce58e090b3e9d2368063bcf72 (patch)
treeda6123fb0e5eb3a3490fa22a80a30fc07930112d /CHANGELOG.md
parentd7e4ec65db028f1ea231d4bee689be394f95cbf5 (diff)
docs(changelog): mouse selection hotfix
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 256081a54..85215c571 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]
+* HOTFIX: mouse selection now working (https://github.com/zellij-org/zellij/pull/752)
+
## [0.18.0] - 2021-09-29
* Fix: Properly open new pane with CWD also when switching to a new tab (https://github.com/zellij-org/zellij/pull/729)
* Feature: Option to create a new session if attach fails (`zellij attach --create`) (https://github.com/zellij-org/zellij/pull/731)