From 29b7dd126e8f124b9bfc81c2631d0a22a359bd4f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 27 Feb 2022 13:09:08 +0100 Subject: [PATCH] docs(changelog): init `nix` support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35914fb0..b0142aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: information about clippy lints (https://github.com/zellij-org/zellij/pull/1126) * Bump `suggestion` dependency (https://github.com/zellij-org/zellij/pull/1124) * Add: detach `action` to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1116) +* Add: initial `nix` support (https://github.com/zellij-org/zellij/pull/1131) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)