From 25d79fd4291a5c09bdf9055a829d002c30ba56f5 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 4 Apr 2022 20:21:55 +0200 Subject: [PATCH] add: `musl` target to `rust-toolchain` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b960c9132..8a4453d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274) +* repo: add `.git-blame-ignore-revs-file` (https://github.com/zellij-org/zellij/pull/1295) +* add: `musl` target to `rust-toolchain` (https://github.com/zellij-org/zellij/pull/1294) ## [0.27.0] - 2022-03-31 * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)