summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-04-04 20:21:55 +0200
committera-kenji <aks.kenji@protonmail.com>2022-04-04 20:21:55 +0200
commit25d79fd4291a5c09bdf9055a829d002c30ba56f5 (patch)
tree92b1b6e2dae9b56e80d0aa643ab4c86e02d1860b
parentcf3f3f4b5ef03d0efe85768f2ca57e049c73ab63 (diff)
add: `musl` target to `rust-toolchain`
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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)