From 22a596fc5d69907195e4934b1e072238fc35ee85 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 4 Apr 2022 21:49:36 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f59a042..4b5570e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Support `mdbook`. ([#2](https://github.com/taiki-e/install-action/pull/4), thanks @thomcc) + ## [1.2.2] - 2022-03-18 - Support specifying the version of `nextest`. ([#2](https://github.com/taiki-e/install-action/pull/3), thanks @sunshowers)