summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-01 08:53:53 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-01 08:53:53 +0100
commitc3e361de22127b57d0ae4bfbceda0386fb9d5ee3 (patch)
tree19e23219c1e941d17dedfe11f8c1a7b63b7b728b /CHANGELOG.md
parentd2b81293df36efae1a9a21497f1f46095dff963a (diff)
docs(changelog): Add `WriteChars` action
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9543cabb4..f84fce2c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: Typo (https://github.com/zellij-org/zellij/pull/821)
* Fix: Update `cargo-make` instructions post `v0.35.3` (https://github.com/zellij-org/zellij/pull/819)
* Fix: Unused import for darwin systems (https://github.com/zellij-org/zellij/pull/820)
+* Add: `WriteChars` action (https://github.com/zellij-org/zellij/pull/825)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)