From bc614c6eb319f91561e7d611d463b29a2a37e599 Mon Sep 17 00:00:00 2001 From: Yoshiaki Senda Date: Fri, 9 Jun 2023 00:41:50 +0900 Subject: [PATCH] Update CHANGELOG.md + Fix build configuration on Quickstart guide #847 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71dc96e8..a0dbae63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `--parents` option to `overlay import` subcommand to create necessary parent folder. #608 - Fix kernelargs are not printing properly in node list output. #828 +- Fix build configuration on Quickstart guide #847 ### Changed