From 325274cdbef5710e613b6bb26858e0e239a6fe7f Mon Sep 17 00:00:00 2001 From: Anton Gepting Date: Mon, 4 Mar 2024 16:21:36 +0100 Subject: [PATCH] chore(CHANGELOG): add new version changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd092a..efeb8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## tmux_interface v0.3.2 +* feature: add tmux 3.4 support +* add type aliases for command structures, synonymous to tmux commands aliases (e.g. `NewSession` -> `New`) +* few small bugfixes ## tmux_interface v0.3.1 * feature: add `StdIO` enum and `.stdin()` `.stdout()` `.stderr()` methods of