From e87d7d592cac97fa38c12395ebec042c154a1844 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sun, 10 Apr 2022 08:40:19 +0200 Subject: [PATCH] v4.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7e600..cc0dc88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog ### master + +### v4.0.0, 2022-04-10 - Proper handling of `automatic-rename` window option. -- save and restore tmux pane title (breaking change: you have to re-save to be able to properly restore!) +- save and restore tmux pane title (breaking change: you have to re-save to be + able to properly restore!) ### v3.0.0, 2021-08-30 - save and restore tmux pane contents (@laomaiweng)