summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-08 16:42:34 +0100
committerGitHub <noreply@github.com>2023-03-08 16:42:34 +0100
commita2609296acbd4ac5a3eb56d95add8059b8341fe4 (patch)
tree7fd37821a34f64e33775ec9df2ac85de14e9434b
parent0fc778210b69385dc32674637708fc21f8ec257e (diff)
docs(changelog): attach --create fix
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30ecfeff9..eb213acde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)
+
+## [0.35.1] - 2023-03-07
* fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025)
* build: Use `xtask` as build system (https://github.com/zellij-org/zellij/pull/2012)
* fix: show visual error when failing to resize panes in various situations (https://github.com/zellij-org/zellij/pull/2036)