summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-15 16:13:26 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-15 16:13:26 +0200
commit4219266523a7f9de83d36c1cc50c65f65c87f2ea (patch)
tree9f6a31df7f6ff751938685c7a3e9be4acdc2e442 /CHANGELOG.md
parent720a3ecbafbb6a0a66025ba560c63ccf3c9a40f1 (diff)
chore(version): bump changelog version
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 17b4b9ae9..ff59c9b72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ 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]
+
+## [0.17.0] - 2021-09-15
* New panes/tabs now open in CWD of focused pane (https://github.com/zellij-org/zellij/pull/691)
* Fix bug when opening new tab the new pane's viewport would sometimes be calculated incorrectly (https://github.com/zellij-org/zellij/pull/683)
* Fix bug when in some cases closing a tab would not clear the previous pane's contents (https://github.com/zellij-org/zellij/pull/684)