From e27c460000a9ca6cb627b1d933ef4cdb03f0339c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 11 Feb 2023 21:07:41 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07649d0..594ff1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] -- Update `mdbook@latest` to 0.4.26. - - Support `cargo-tarpaulin`. ([#65](https://github.com/taiki-e/install-action/pull/65), thanks @orhun) +- Support `zola`. ([#71](https://github.com/taiki-e/install-action/pull/71), thanks @tranzystorek-io) + +- Update `mdbook@latest` to 0.4.26. + - Allow installing cargo subcommands without `cargo`. - Fix issue where installed non-Rust related binaries cannot be found from PowerShell on Windows. Rust-related binaries, Unix shells such as bash, and non-Windows OS are not affected by this issue.