summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-05 20:40:36 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-05 20:40:36 +0100
commitc1cf7287abbe564230a07fafa75cb68acd73a1db (patch)
treeafce62667d352a60ec4467845c67a761202cb0e7
parent8ef1d10df9063caae097302d55ebda685ddd9138 (diff)
docs(changelog): add colored crate for error fmt
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c7364296..28ea71bfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: open pane in cwd even when explicitly specifying shell (https://github.com/zellij-org/zellij/pull/834)
* Fix: do not resize panes below minimum (https://github.com/zellij-org/zellij/pull/838)
* Feature: Non directional resize of panes (https://github.com/zellij-org/zellij/pull/520)
+* Add: colored crate to replace manual color formatting (https://github.com/zellij-org/zellij/pull/837)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)