From 442088fba1309bade49d01ef70a0bf07c53bd949 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 5 Sep 2023 22:39:17 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d829e2ad..1405d9a6 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] +- Diagnostic improvements. + ## [2.18.0] - 2023-09-04 - Support `xbuild`. ([#212](https://github.com/taiki-e/install-action/pull/212), thanks @notgull)