From 27b0f2eff4b9fe317a7ffc02dc273a3111df875c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 27 Feb 2022 11:55:56 +0100 Subject: [PATCH] docs(changelog): add information about clipy --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ecc41e..f33f22b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: set terminal title properly (https://github.com/zellij-org/zellij/pull/1094) * Fix: handle discontiguous STDIN input (https://github.com/zellij-org/zellij/issues/1117) * Terminal compatibility: fix alternate screen clearing (https://github.com/zellij-org/zellij/pull/1120) +* Add: information about clippy lints (https://github.com/zellij-org/zellij/pull/1126) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)