From d394617a3d13e5069258042cce466c9eb43d0c14 Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Tue, 22 Mar 2022 15:02:51 +0000 Subject: [PATCH] chore(docs): update changelog with rounded corners --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b9eece..5f650588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: `wasm_vm` use `cache_dirs` for ephemeral plugin data (https://github.com/zellij-org/zellij/pull/1230) * Bump `nix` version to `0.23.1` (https://github.com/zellij-org/zellij/pull/1234) * Refactor: move tiled_panes to their own module (https://github.com/zellij-org/zellij/pull/1239) +* Add: allow rounded frame corners to be selected in the config (https://github.com/zellij-org/zellij/pull/1227) ## [0.26.1] - 2022-03-16 * HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)