summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-05 23:03:19 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-05 23:03:19 +0100
commit21fb8a15eba475425fd6a95438d87dab06f43fd9 (patch)
treed9681d2a29cb9b1b99944269d9fc280937c5b168
parent510feb30402d1d0766765d0cdee20f7ba098c95b (diff)
docs(changelog): simplify the `main.rs` function
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8794b5f79..592189be1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Add: introduce `thiserrror` to simplify error types (https://github.com/zellij-org/zellij/pull/836)
* Add: support `--index` option for the `attach` subcommand in order to
choose the session indexed by the provided creation date (https://github.com/zellij-org/zellij/pull/824)
+* Fix: simplify the main function significantly (https://github.com/zellij-org/zellij/pull/829)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)