From 590d3479e6d1667c00e0d003d6796d8bfeb7d13d Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Wed, 29 Dec 2021 09:19:39 +0100 Subject: [PATCH] docs(changelog): ensure clippy runs on all targets --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5adf7273..5db39d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: properly remove clients when detaching from a session (https://github.com/zellij-org/zellij/pull/966) * Fix: plugin theme coloring (https://github.com/zellij-org/zellij/pull/975) * Fix: prevent unhandled mouse events escape to terminal (https://github.com/zellij-org/zellij/pull/976) +* Fix: ensure clippy runs on all targets (https://github.com/zellij-org/zellij/pull/972) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)